diff --git a/src/options.cc b/src/options.cc index a288d89..d66a458 100644 --- a/src/options.cc +++ b/src/options.cc @@ -494,7 +494,7 @@ int showOptionsWithInitialKeyCode(int initialKeyCode) case KEY_UPPERCASE_S: case KEY_LOWERCASE_S: case 500: - if (lsgSaveGame(1) != 1) { + if (lsgSaveGame(LOAD_SAVE_MODE_NORMAL) == 1) { rc = 1; } break;