aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/party.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index 839dc41b10..3aa7287cb5 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -335,6 +335,7 @@ void Party::synchronize(Common::Serializer &s) {
if (s.isLoading())
_newDay = _minutes < 300;
+ _dead = false;
}
void Party::loadActiveParty() {