mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 20:07:11 +00:00
Pop-up save dialog should not show for
compatibility (temporary) state saves. svn-id: r6052
This commit is contained in:
parent
01ffb7bec2
commit
0f2cba2cb1
@ -468,7 +468,7 @@ int Scumm::scummLoop(int delta)
|
||||
makeSavegameName(filename, _saveLoadSlot, _saveLoadCompatible);
|
||||
if (!success) {
|
||||
displayError(errMsg, filename);
|
||||
} else if (_saveLoadFlag == 1 && _saveLoadSlot != 0) {
|
||||
} else if (_saveLoadFlag == 1 && _saveLoadSlot != 0 && !_saveLoadCompatible) {
|
||||
// Display "Save succesful" message, except for auto saves
|
||||
char buf[1024];
|
||||
sprintf(buf, errMsg, filename);
|
||||
|
Loading…
x
Reference in New Issue
Block a user