Patch #2898445: "MM NES: Add support for original save/load dialog"

svn-id: r46513
This commit is contained in:
Eugene Sandulenko 2009-12-23 21:03:28 +00:00
parent 51766d83ed
commit f6b210bb86

View file

@ -447,6 +447,9 @@ void ScummEngine_v2::processKeyboard(Common::KeyState lastKeyHit) {
if (_game.id == GID_MANIAC && _game.version == 0) {
runScript(2, 0, 0, 0);
}
if (_game.id == GID_MANIAC &&_game.platform == Common::kPlatformNES) {
runScript(163, 0, 0, 0);
}
}
if (VAR_KEYPRESS != 0xFF && _mouseAndKeyboardStat) { // Key Input