mirror of
https://github.com/GTAmodding/re3.git
synced 2025-01-17 23:36:36 +00:00
fix
This commit is contained in:
parent
a38d0a0fbd
commit
c1e68b2c61
1 changed files with 1 additions and 1 deletions
|
@ -2712,7 +2712,7 @@ bool CTheScripts::Init(bool loaddata)
|
|||
InvisibilitySettingArray[i] = nil;
|
||||
if (loaddata) {
|
||||
printf("loaddata = true\n");
|
||||
retval = GenericLoad();
|
||||
//retval = GenericLoad(); // TODO
|
||||
}
|
||||
for (int i = 0; i < MAX_ALLOWED_COLLISIONS; i++)
|
||||
AllowedCollision[i] = 0;
|
||||
|
|
Loading…
Reference in a new issue