mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 03:44:09 +00:00
first commit for LCS
This commit is contained in:
parent
bc363a74f5
commit
ebdf08a514
35 changed files with 534 additions and 533 deletions
|
@ -2201,7 +2201,7 @@ int open_script()
|
|||
#endif
|
||||
switch (scriptToLoad) {
|
||||
case 0: scriptfile = "main.scm"; break;
|
||||
case 1: scriptfile = "freeroam_miami.scm"; break;
|
||||
case 1: scriptfile = "freeroam_lcs.scm"; break;
|
||||
case 2: scriptfile = "main_d.scm"; break;
|
||||
}
|
||||
return CFileMgr::OpenFile(scriptfile, "rb");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue