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

cyx at users.sourceforge.net cyx at users.sourceforge.net
Mon Jan 8 13:34:54 CET 2007


Revision: 25054
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25054&view=rev
Author:   cyx
Date:     2007-01-08 04:34:53 -0800 (Mon, 08 Jan 2007)

Log Message:
-----------
added missing reference to tracker item, indentation

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

Modified: scummvm/trunk/engines/scumm/verbs.cpp
===================================================================
--- scummvm/trunk/engines/scumm/verbs.cpp	2007-01-08 12:32:26 UTC (rev 25053)
+++ scummvm/trunk/engines/scumm/verbs.cpp	2007-01-08 12:34:53 UTC (rev 25054)
@@ -488,7 +488,7 @@
 		if (!(_game.id == GID_MONKEY && _game.platform == Common::kPlatformSegaCD)) {
 			// This is disabled in the SegaCD version as the "vs->key" values setup
 			// by script-17 conflict with the values expected by the generic keyboard
-			// input script
+			// input script. See tracker item #1193185.
 			vs = &_verbs[1];
 			for (i = 1; i < _numVerbs; i++, vs++) {
 				if (vs->verbid && vs->saveid == 0 && vs->curmode == 1) {
@@ -508,11 +508,11 @@
 			// part of the "Passport to Adventure" demo expects the same keyboard
 			// mapping, even though the full game doesn't.
 			static const int numpad[10] = {
-					'0',
-					335, 336, 337,
-					331, 332, 333,
-					327, 328, 329
-				};
+				'0',
+				335, 336, 337,
+				331, 332, 333,
+				327, 328, 329
+			};
 			_mouseAndKeyboardStat = numpad[_mouseAndKeyboardStat - '0'];
 		}
 


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