diff options
Diffstat (limited to 'engines/mads')
-rw-r--r-- | engines/mads/game.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp index fe4dae82cb..b631c8ee05 100644 --- a/engines/mads/game.cpp +++ b/engines/mads/game.cpp @@ -108,7 +108,6 @@ void Game::run() { } _statusFlag = true; - int startResult = -1; if (_loadGameSlot == -1) { startGame(); |