[Scummvm-git-logs] scummvm master -> 8c9f1b22afaa4a2819b8f20ffcf8878a628a1f80

dreammaster dreammaster at scummvm.org
Sat Mar 24 03:01:36 CET 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8c9f1b22af XEEN: Don't immediately die again after loading save after death


Commit: 8c9f1b22afaa4a2819b8f20ffcf8878a628a1f80
    https://github.com/scummvm/scummvm/commit/8c9f1b22afaa4a2819b8f20ffcf8878a628a1f80
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-23T22:01:32-04:00

Commit Message:
XEEN: Don't immediately die again after loading save after death

Changed paths:
    engines/xeen/party.cpp


diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index 839dc41..3aa7287 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() {





More information about the Scummvm-git-logs mailing list