mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
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. svn-id: r52369
This commit is contained in:
parent
30d8dda867
commit
349b89adce
@ -388,6 +388,7 @@ int AgiEngine::runGame() {
|
||||
if (_restartGame) {
|
||||
setflag(fRestartGame, true);
|
||||
_game.lastController = 0;
|
||||
setvar(vTimeDelay, 2); // "normal" speed
|
||||
_restartGame = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user