aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/dialogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/griffon/dialogs.cpp')
-rw-r--r--engines/griffon/dialogs.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/griffon/dialogs.cpp b/engines/griffon/dialogs.cpp
index c000d58590..89c487cb13 100644
--- a/engines/griffon/dialogs.cpp
+++ b/engines/griffon/dialogs.cpp
@@ -638,9 +638,6 @@ void GriffonEngine::saveLoadNew() {
renderSaveStates();
} else if ((curCol == 2) && loadState(curRow - 1)) {
- _saveSlot = curRow - 1;
-
- _gameMode = kGameModeLoadGame;
return;
}