Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
XEEN: Don't immediately die again after loading save after death
  • Loading branch information
dreammaster committed Mar 24, 2018
1 parent 55245a8 commit 8c9f1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/xeen/party.cpp
Expand Up @@ -335,6 +335,7 @@ void Party::synchronize(Common::Serializer &s) {

if (s.isLoading())
_newDay = _minutes < 300;
_dead = false;
}

void Party::loadActiveParty() {
Expand Down

0 comments on commit 8c9f1b2

Please sign in to comment.