aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruruk2014-07-30 21:13:47 +0200
committeruruk2014-07-30 21:13:47 +0200
commit6d278157e16927f483d6cc397c0fe2d959cf22bb (patch)
tree884ee7f4e0232503fb62dad447d30f529c51ceb1
parent6a38671cc27e91e9da9d0e214a8da639546b1d9e (diff)
downloadscummvm-rg350-6d278157e16927f483d6cc397c0fe2d959cf22bb.tar.gz
scummvm-rg350-6d278157e16927f483d6cc397c0fe2d959cf22bb.tar.bz2
scummvm-rg350-6d278157e16927f483d6cc397c0fe2d959cf22bb.zip
CGE2: Comment out delay in the splash screen during testing.
-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;
}