aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-18 20:56:35 -0500
committerPaul Gilbert2015-01-18 20:56:35 -0500
commitb12e26836aacfd414abb5967f7475435a4fd55a5 (patch)
treeab25053297208f8fa291a3bd07868f6ab822d7ee
parent130bd58e2c8ffdac6de86364d45d772ffe6a8d1b (diff)
downloadscummvm-rg350-b12e26836aacfd414abb5967f7475435a4fd55a5.tar.gz
scummvm-rg350-b12e26836aacfd414abb5967f7475435a4fd55a5.tar.bz2
scummvm-rg350-b12e26836aacfd414abb5967f7475435a4fd55a5.zip
XEEN: Disable initial fade out for now
-rw-r--r--engines/xeen/xeen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index b3758b57ed..6b73de6939 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -291,7 +291,7 @@ void XeenEngine::play() {
_interface->startup();
if (_mode == MODE_0) {
- _screen->fadeOut(4);
+// _screen->fadeOut(4);
}
_screen->_windows[0].update();