aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2011-11-16 18:31:08 +0100
committerJohannes Schickel2011-11-16 18:32:34 +0100
commit7c2145f67c355f18e309b342f27ad8e62d475ac5 (patch)
tree6389ff02ee27654bb9d8a0e3bacb6e40589c834e /engines/kyra
parent0001826a903e2e6610a963574fd4f1dc9b868488 (diff)
downloadscummvm-rg350-7c2145f67c355f18e309b342f27ad8e62d475ac5.tar.gz
scummvm-rg350-7c2145f67c355f18e309b342f27ad8e62d475ac5.tar.bz2
scummvm-rg350-7c2145f67c355f18e309b342f27ad8e62d475ac5.zip
KYRA: Make message about missing save file a warning and no error.
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/gui_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_lol.cpp b/engines/kyra/gui_lol.cpp
index fefcaf762f..5bef3cd5b5 100644
--- a/engines/kyra/gui_lol.cpp
+++ b/engines/kyra/gui_lol.cpp
@@ -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 {