aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2019-11-08 07:54:47 +0100
committerEugene Sandulenko2019-11-13 22:07:08 +0100
commitd89e3f8176dca2e892d3e2bc849b659338dafc64 (patch)
tree38f7920fd150c67973162b04fee3be8a9aa4588d /engines
parent417ce00577a9dec033271b7ef08daefe667ac3b9 (diff)
downloadscummvm-rg350-d89e3f8176dca2e892d3e2bc849b659338dafc64.tar.gz
scummvm-rg350-d89e3f8176dca2e892d3e2bc849b659338dafc64.tar.bz2
scummvm-rg350-d89e3f8176dca2e892d3e2bc849b659338dafc64.zip
GRIFFON: Fix misleading comments
Diffstat (limited to 'engines')
-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) {