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.

svn-id: r52369
This commit is contained in:
Eugene Sandulenko 2010-08-25 07:39:50 +00:00
parent 30d8dda867
commit 349b89adce

View File

@ -388,6 +388,7 @@ int AgiEngine::runGame() {
if (_restartGame) {
setflag(fRestartGame, true);
_game.lastController = 0;
setvar(vTimeDelay, 2); // "normal" speed
_restartGame = false;
}