diff options
author | uruk | 2014-05-26 15:57:23 +0200 |
---|---|---|
committer | uruk | 2014-05-26 15:57:23 +0200 |
commit | 8fa31d1168ab6b361125a001fb3a38f0f7389129 (patch) | |
tree | b81b20b2a47b9408c89a6bfe11d3c009960edaa0 /engines | |
parent | 4e232814d5f96a7a0ed8aa2e249497c0d63dbace (diff) | |
download | scummvm-rg350-8fa31d1168ab6b361125a001fb3a38f0f7389129.tar.gz scummvm-rg350-8fa31d1168ab6b361125a001fb3a38f0f7389129.tar.bz2 scummvm-rg350-8fa31d1168ab6b361125a001fb3a38f0f7389129.zip |
CGE2: Comment out calling of the intro animation during testing.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/cge2_main.cpp | 2 |
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; |