From c1e68b2c619e256b795fe30fcbf870ae8d027406 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sat, 9 Jan 2021 17:43:21 +0300 Subject: fix --- src/control/Script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3