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

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Tue Aug 18 23:37:32 CEST 2009


Revision: 43523
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43523&view=rev
Author:   buddha_
Date:     2009-08-18 21:37:31 +0000 (Tue, 18 Aug 2009)

Log Message:
-----------
Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break anything else then should go to the branch-1-0-0 too, but haven't had the time to do much testing yet - thus committing to the trunk first.

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

Modified: scummvm/trunk/engines/agi/cycle.cpp
===================================================================
--- scummvm/trunk/engines/agi/cycle.cpp	2009-08-18 19:59:51 UTC (rev 43522)
+++ scummvm/trunk/engines/agi/cycle.cpp	2009-08-18 21:37:31 UTC (rev 43523)
@@ -266,8 +266,8 @@
 			}
 
 			// commented out to close Sarien bug #438872
-			if (key)
-				_game.keypress = key;
+			//if (key)
+			//	_game.keypress = key;
 		}
 		break;
 	case INPUT_GETSTRING:

Modified: scummvm/trunk/engines/agi/menu.cpp
===================================================================
--- scummvm/trunk/engines/agi/menu.cpp	2009-08-18 19:59:51 UTC (rev 43522)
+++ scummvm/trunk/engines/agi/menu.cpp	2009-08-18 21:37:31 UTC (rev 43523)
@@ -408,6 +408,7 @@
 		if (d->enabled) {
 			debugC(6, kDebugLevelMenu | kDebugLevelInput, "event %d registered", d->event);
 			_vm->_game.controllerOccured[d->event] = true;
+			_vm->_menuSelected = true;
 			goto exit_menu;
 		}
 		break;


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