mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 16:59:06 +00:00
XEEN: Fix saving to slot 0 using in-game Control Panel
This commit is contained in:
parent
ac7a9224fe
commit
0ea2321e76
@ -267,7 +267,7 @@ bool SavesManager::saveGame() {
|
||||
Common::String saveName = dialog->getResultString();
|
||||
delete dialog;
|
||||
|
||||
if (slotNum)
|
||||
if (slotNum != -1)
|
||||
saveGameState(slotNum, saveName);
|
||||
|
||||
return slotNum != -1;
|
||||
|
Loading…
Reference in New Issue
Block a user