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

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Aug 25 09:39:50 CEST 2010


Revision: 52369
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52369&view=rev
Author:   sev
Date:     2010-08-25 07:39:50 +0000 (Wed, 25 Aug 2010)

Log Message:
-----------
AGI: Fix bug #3034370

Bug #3034370: "Manhunter: New York keyboard unresponsive". Actually
the keyboard was made responsive after June implementation of set.key,
still the game speed was increasing. Fixed that too.

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

Modified: scummvm/trunk/engines/agi/cycle.cpp
===================================================================
--- scummvm/trunk/engines/agi/cycle.cpp	2010-08-25 07:39:31 UTC (rev 52368)
+++ scummvm/trunk/engines/agi/cycle.cpp	2010-08-25 07:39:50 UTC (rev 52369)
@@ -388,6 +388,7 @@
 		if (_restartGame) {
 			setflag(fRestartGame, true);
 			_game.lastController = 0;
+			setvar(vTimeDelay, 2);	// "normal" speed
 			_restartGame = false;
 		}
 


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