only display popup for saves

svn-id: r6041
This commit is contained in:
Max Horn 2002-12-21 12:31:08 +00:00
parent fca337f590
commit 3b28dcbe34

View File

@ -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);