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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jan 11 11:20:31 CET 2008


Revision: 30404
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30404&view=rev
Author:   thebluegr
Date:     2008-01-11 02:20:31 -0800 (Fri, 11 Jan 2008)

Log Message:
-----------
Don't show help when the alt or shift keys are pressed

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

Modified: scummvm/trunk/engines/agi/preagi_winnie.cpp
===================================================================
--- scummvm/trunk/engines/agi/preagi_winnie.cpp	2008-01-11 09:52:06 UTC (rev 30403)
+++ scummvm/trunk/engines/agi/preagi_winnie.cpp	2008-01-11 10:20:31 UTC (rev 30404)
@@ -993,8 +993,8 @@
 						}
 						break;
 					}
-				default:
-					if (!(event.kbd.flags & Common::KBD_CTRL)) {
+				default:					
+					if (!event.kbd.flags) {	// if the control/alt/shift keys are not pressed
 						keyHelp();
 						clrMenuSel(iSel, fCanSel);
 					}


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