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

cyx at users.sourceforge.net cyx at users.sourceforge.net
Tue Dec 19 15:45:17 CET 2006


Revision: 24888
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24888&view=rev
Author:   cyx
Date:     2006-12-19 06:34:03 -0800 (Tue, 19 Dec 2006)

Log Message:
-----------
fixed bug #1618695

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

Modified: scummvm/trunk/engines/touche/touche.cpp
===================================================================
--- scummvm/trunk/engines/touche/touche.cpp	2006-12-19 13:50:34 UTC (rev 24887)
+++ scummvm/trunk/engines/touche/touche.cpp	2006-12-19 14:34:03 UTC (rev 24888)
@@ -1556,7 +1556,7 @@
 				if (keyChar->num != 0) {
 					if ((keyChar->flags & 0x4000) == 0) {
 						if (keyChar->strNum != 0) {
-							str = keyChar->strNum;
+							str = _programHitBoxTable[i].defaultStr;
 						}
 						hitBox = &keyChar->prevBoundingRect;
 						hitPosX = _inp_mousePos.x;


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