aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/cge2_main.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index e945fbfdec..8ee3d78ca3 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -749,9 +749,8 @@ void CGE2Engine::cge2_main() {
}
if (showTitle("WELCOME")) {
-#if 0
movie(kIntroExt);
-#endif
+
if (_text->getText(255) != nullptr) {
runGame();
_startupMode = 2;
@@ -815,9 +814,8 @@ bool CGE2Engine::showTitle(const char *name) {
_vga->sunrise(_vga->_sysPal);
_vga->update();
-#if 0
g_system->delayMillis(2500);
-#endif
+
return true;
}