parent
a38151bf2c
commit
c692fc91af
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue