KYRA: Make message about missing save file a warning and no error.

This commit is contained in:
Johannes Schickel 2011-11-16 18:31:08 +01:00
parent 0001826a90
commit 7c2145f67c

View file

@ -2632,7 +2632,7 @@ void GUI_LoL::updateSavegameList() {
delete in;
} else {
_savegameList[i] = 0;
error("GUI_LoL::updateSavegameList(): Unexpected missing save file for slot: %d.", _saveSlots[i]);
warning("GUI_LoL::updateSavegameList(): Unexpected missing save file for slot: %d.", _saveSlots[i]);
}
}
} else {