summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-09 15:43:21 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-09 15:43:21 +0100
commitc1e68b2c619e256b795fe30fcbf870ae8d027406 (patch)
tree4cbea1fb214622f77142b99a1b55d71dbf77453c /src/control
parentMerge branch 'lcs-dev' into lcs (diff)
downloadre3-c1e68b2c619e256b795fe30fcbf870ae8d027406.tar
re3-c1e68b2c619e256b795fe30fcbf870ae8d027406.tar.gz
re3-c1e68b2c619e256b795fe30fcbf870ae8d027406.tar.bz2
re3-c1e68b2c619e256b795fe30fcbf870ae8d027406.tar.lz
re3-c1e68b2c619e256b795fe30fcbf870ae8d027406.tar.xz
re3-c1e68b2c619e256b795fe30fcbf870ae8d027406.tar.zst
re3-c1e68b2c619e256b795fe30fcbf870ae8d027406.zip
Diffstat (limited to 'src/control')
-rw-r--r--src/control/Script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index 5ed4ebf5..5fbf5779 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -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;