aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cge2/cge2_main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index ff80c59669..a2ebc34860 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -612,8 +612,10 @@ void CGE2Engine::cge2_main() {
_mode++;
if (showTitle("WELCOME")) {
+#if 0
if (_mode == 1)
movie(kIntroExt);
+#endif
if (_text->getText(255) != NULL) {
runGame();
_startupMode = 2;