mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
AGI: Reset controllers on game restart
svn-id: r52368
This commit is contained in:
parent
d2cf99f67d
commit
30d8dda867
@ -387,6 +387,7 @@ int AgiEngine::runGame() {
|
||||
|
||||
if (_restartGame) {
|
||||
setflag(fRestartGame, true);
|
||||
_game.lastController = 0;
|
||||
_restartGame = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user