1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-29 08:37:05 +00:00
This commit is contained in:
Nikolay Korolev 2021-01-09 17:43:21 +03:00
parent a38d0a0fbd
commit c1e68b2c61

View file

@ -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;