[Scummvm-cvs-logs] SF.net SVN: scummvm: [28017] scummvm/trunk/engines/agi/agi.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Jul 10 23:24:59 CEST 2007


Revision: 28017
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28017&view=rev
Author:   eriktorbjorn
Date:     2007-07-10 14:24:58 -0700 (Tue, 10 Jul 2007)

Log Message:
-----------
Fixed bug #1751385 ("LSL: Impossible to enter "Number 9""), which was
introduced when migrating to KEYCODE constants. Considering how silly the bug
was, I probably introduced it myself.

Modified Paths:
--------------
    scummvm/trunk/engines/agi/agi.cpp

Modified: scummvm/trunk/engines/agi/agi.cpp
===================================================================
--- scummvm/trunk/engines/agi/agi.cpp	2007-07-10 20:20:50 UTC (rev 28016)
+++ scummvm/trunk/engines/agi/agi.cpp	2007-07-10 21:24:58 UTC (rev 28017)
@@ -178,7 +178,7 @@
 			case Common::KEYCODE_MINUS:
 				key = '-';
 				break;
-			case Common::KEYCODE_9:
+			case Common::KEYCODE_TAB:
 				key = 0x0009;
 				break;
 			case Common::KEYCODE_F1:


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