mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
GRIFFON: Fix misleading comments
This commit is contained in:
parent
417ce00577
commit
d89e3f8176
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user