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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue May 2 16:11:05 CEST 2006


Revision: 22283
Author:   fingolfin
Date:     2006-05-02 16:10:25 -0700 (Tue, 02 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22283&view=rev

Log Message:
-----------
Fix insult fight (MI1) mouse wheel scrolling, hopefully also for the SEGA version (see also bug #1193185)

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/input.cpp
Modified: scummvm/trunk/engines/scumm/input.cpp
===================================================================
--- scummvm/trunk/engines/scumm/input.cpp	2006-05-02 22:27:24 UTC (rev 22282)
+++ scummvm/trunk/engines/scumm/input.cpp	2006-05-02 23:10:25 UTC (rev 22283)
@@ -174,11 +174,11 @@
 		// checking the gameid
 
 		case OSystem::EVENT_WHEELDOWN:
-			_keyPressed = 55;
+			_keyPressed = 'a';
 			break;
 
 		case OSystem::EVENT_WHEELUP:
-			_keyPressed = 54;
+			_keyPressed = 'q';
 			break;
 
 		case OSystem::EVENT_SCREEN_CHANGED:


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