aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-01-12 21:22:06 -0500
committerPaul Gilbert2018-01-12 21:22:06 -0500
commit531467581f6ce923fda54eb8bf24cae28739b5ce (patch)
treef46a5afd99c465b9a48c91cc35423014fa37b525 /engines/xeen/locations.cpp
parent10f1eab3c9f07390eb0e437948e4dfb3a927c93e (diff)
downloadscummvm-rg350-531467581f6ce923fda54eb8bf24cae28739b5ce.tar.gz
scummvm-rg350-531467581f6ce923fda54eb8bf24cae28739b5ce.tar.bz2
scummvm-rg350-531467581f6ce923fda54eb8bf24cae28739b5ce.zip
XEEN: Further savegame logic
Diffstat (limited to 'engines/xeen/locations.cpp')
-rw-r--r--engines/xeen/locations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index 11391736d5..647eebac71 100644
--- a/engines/xeen/locations.cpp
+++ b/engines/xeen/locations.cpp
@@ -104,7 +104,7 @@ int BaseLocation::show() {
party.addTime(_farewellTime);
result = 0;
} else {
- _vm->_saves->saveChars();
+ //_vm->_saves->saveChars();
result = 2;
}