aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/toltecs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toltecs/toltecs.cpp')
-rw-r--r--engines/toltecs/toltecs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/toltecs/toltecs.cpp b/engines/toltecs/toltecs.cpp
index 2092d034bc..a348456d22 100644
--- a/engines/toltecs/toltecs.cpp
+++ b/engines/toltecs/toltecs.cpp
@@ -165,7 +165,7 @@ Common::Error ToltecsEngine::run() {
return Common::kNoError;
#endif
-#if 1
+ // Start main game loop
_script->loadScript(0, 0);
_script->setMainScript(0);
if (ConfMan.hasKey("save_slot")) {
@@ -175,7 +175,6 @@ Common::Error ToltecsEngine::run() {
}
}
_script->runScript();
-#endif
delete _arc;
delete _res;