Skip to content

Commit

Permalink
XEEN: Disable initial fade out for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jan 19, 2015
1 parent 130bd58 commit b12e268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/xeen/xeen.cpp
Expand Up @@ -291,7 +291,7 @@ void XeenEngine::play() {

_interface->startup();
if (_mode == MODE_0) {
_screen->fadeOut(4);
// _screen->fadeOut(4);
}

_screen->_windows[0].update();
Expand Down

0 comments on commit b12e268

Please sign in to comment.