AGI: Reset controllers on game restart

svn-id: r52368
This commit is contained in:
Eugene Sandulenko 2010-08-25 07:39:31 +00:00
parent d2cf99f67d
commit 30d8dda867

View File

@ -387,6 +387,7 @@ int AgiEngine::runGame() {
if (_restartGame) {
setflag(fRestartGame, true);
_game.lastController = 0;
_restartGame = false;
}