aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/griffon/dialogs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/griffon/dialogs.cpp b/engines/griffon/dialogs.cpp
index ca402d8047..82e8882c73 100644
--- a/engines/griffon/dialogs.cpp
+++ b/engines/griffon/dialogs.cpp
@@ -593,11 +593,11 @@ void GriffonEngine::saveLoadNew() {
if (_shouldQuit || _gameEnd)
return;
} else if (curCol == 1) {
- // LOAD GAME
+ // SAVE GAME
lowerlock = true;
curRow = 1 + _saveSlot;
} else if (curCol == 2) {
- // SAVE GAME
+ // LOAD GAME
lowerlock = true;
curRow = 1;
} else if (curCol == 3) {