[Scummvm-cvs-logs] SF.net SVN: scummvm:[46513] scummvm/trunk/engines/scumm/input.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Dec 23 22:03:28 CET 2009


Revision: 46513
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46513&view=rev
Author:   sev
Date:     2009-12-23 21:03:28 +0000 (Wed, 23 Dec 2009)

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

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/input.cpp

Modified: scummvm/trunk/engines/scumm/input.cpp
===================================================================
--- scummvm/trunk/engines/scumm/input.cpp	2009-12-23 20:13:54 UTC (rev 46512)
+++ scummvm/trunk/engines/scumm/input.cpp	2009-12-23 21:03:28 UTC (rev 46513)
@@ -447,6 +447,9 @@
 		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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list