KYRA: Make message about missing save file a warning and no error.
This commit is contained in:
parent
0001826a90
commit
7c2145f67c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue