[Scummvm-git-logs] scummvm master -> 191e491f0a9792ad82420a43e27b9234cf48727c

dreammaster dreammaster at scummvm.org
Mon Nov 13 01:48:59 CET 2017


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:
191e491f0a XEEN: Added resetYearlyBits


Commit: 191e491f0a9792ad82420a43e27b9234cf48727c
    https://github.com/scummvm/scummvm/commit/191e491f0a9792ad82420a43e27b9234cf48727c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-11-12T19:48:56-05:00

Commit Message:
XEEN: Added resetYearlyBits

Changed paths:
    engines/xeen/party.cpp


diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index 1249be0..0cde1c2 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -1394,7 +1394,10 @@ void Party::subPartyTime(int time) {
 }
 
 void Party::resetYearlyBits() {
-	// TODO
+	_gameFlags[0][55] = false;
+	_gameFlags[0][155] = false;
+	_gameFlags[0][222] = false;
+	_gameFlags[0][231] = false;
 }
 
 } // End of namespace Xeen





More information about the Scummvm-git-logs mailing list