aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2_main.cpp')
-rw-r--r--engines/cge2/cge2_main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index b4dd812079..127405a89d 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -816,8 +816,9 @@ bool CGE2Engine::showTitle(const char *name) {
_vga->sunrise(_vga->_sysPal);
_vga->update();
+#if 0
g_system->delayMillis(2500);
-
+#endif
return true;
}