[Scummvm-cvs-logs] SF.net SVN: scummvm:[43546] scummvm/branches/branch-1-0-0/engines/agi
buddha_ at users.sourceforge.net
buddha_ at users.sourceforge.net
Wed Aug 19 22:45:15 CEST 2009
Revision: 43546
http://scummvm.svn.sourceforge.net/scummvm/?rev=43546&view=rev
Author: buddha_
Date: 2009-08-19 20:45:14 +0000 (Wed, 19 Aug 2009)
Log Message:
-----------
(Backport of 43523) Fix bug #2828330 (AGI: KQ1: Fast text box).
- More testing would be in order still... but it *seems* to work.
Modified Paths:
--------------
scummvm/branches/branch-1-0-0/engines/agi/cycle.cpp
scummvm/branches/branch-1-0-0/engines/agi/menu.cpp
Modified: scummvm/branches/branch-1-0-0/engines/agi/cycle.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/agi/cycle.cpp 2009-08-19 20:12:04 UTC (rev 43545)
+++ scummvm/branches/branch-1-0-0/engines/agi/cycle.cpp 2009-08-19 20:45:14 UTC (rev 43546)
@@ -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/branches/branch-1-0-0/engines/agi/menu.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/agi/menu.cpp 2009-08-19 20:12:04 UTC (rev 43545)
+++ scummvm/branches/branch-1-0-0/engines/agi/menu.cpp 2009-08-19 20:45:14 UTC (rev 43546)
@@ -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