GRIFFON: Fix misleading comments

This commit is contained in:
Strangerke 2019-11-08 07:54:47 +01:00 committed by Eugene Sandulenko
parent 417ce00577
commit d89e3f8176

View File

@ -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) {