aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/toltecs.cpp
diff options
context:
space:
mode:
authorBenjamin Haisch2010-01-09 17:23:04 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:08 +0100
commita0432fd54641381d88b3fb91b2669ed0072f32b1 (patch)
tree6e23de50638eee67166d229923cd5b787e1e1e53 /engines/toltecs/toltecs.cpp
parentcb5c0e698667ff0e277be19b01b406367a0747c9 (diff)
downloadscummvm-rg350-a0432fd54641381d88b3fb91b2669ed0072f32b1.tar.gz
scummvm-rg350-a0432fd54641381d88b3fb91b2669ed0072f32b1.tar.bz2
scummvm-rg350-a0432fd54641381d88b3fb91b2669ed0072f32b1.zip
TOLTECS: Fixed compilation
Diffstat (limited to 'engines/toltecs/toltecs.cpp')
-rw-r--r--engines/toltecs/toltecs.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/toltecs/toltecs.cpp b/engines/toltecs/toltecs.cpp
index ad4066360b..6e9df70328 100644
--- a/engines/toltecs/toltecs.cpp
+++ b/engines/toltecs/toltecs.cpp
@@ -150,7 +150,7 @@ Common::Error ToltecsEngine::run() {
syncSoundSettings();
-#define TEST_MENU
+//#define TEST_MENU
#ifdef TEST_MENU
_screen->registerFont(0, 0x0D);
_screen->registerFont(1, 0x0E);
@@ -167,9 +167,10 @@ Common::Error ToltecsEngine::run() {
updateScreen();
}
*/
+ return Common::kNoError;
#endif
-#if 0
+#if 1
_script->loadScript(0, 0);
_script->runScript(0);
#endif