mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
only display popup for saves
svn-id: r6041
This commit is contained in:
parent
fca337f590
commit
3b28dcbe34
@ -476,7 +476,7 @@ int Scumm::scummLoop(int delta)
|
||||
makeSavegameName(filename, _saveLoadSlot, _saveLoadCompatible);
|
||||
if (!success) {
|
||||
displayError(errMsg, filename);
|
||||
} else if (_saveLoadSlot != 0) {
|
||||
} else if (_saveLoadFlag == 1 && _saveLoadSlot != 0) {
|
||||
// Display "Save succesful" message, except for auto saves
|
||||
char buf[1024];
|
||||
sprintf(buf, errMsg, filename);
|
||||
|
Loading…
Reference in New Issue
Block a user