[Scummvm-cvs-logs] scummvm master -> c90bdfa6f46403ccf27d7ae5e2283381f61507ac

sev- sev at scummvm.org
Wed May 11 20:18:52 CEST 2016


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:
c90bdfa6f4 SCUMM HE: Fix FOW condition bits size


Commit: c90bdfa6f46403ccf27d7ae5e2283381f61507ac
    https://github.com/scummvm/scummvm/commit/c90bdfa6f46403ccf27d7ae5e2283381f61507ac
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-05-11T18:42:37+02:00

Commit Message:
SCUMM HE: Fix FOW condition bits size

Changed paths:
    engines/scumm/he/moonbase/moonbase.h



diff --git a/engines/scumm/he/moonbase/moonbase.h b/engines/scumm/he/moonbase/moonbase.h
index 6b0d2e0..e82ae01 100644
--- a/engines/scumm/he/moonbase/moonbase.h
+++ b/engines/scumm/he/moonbase/moonbase.h
@@ -56,7 +56,7 @@ private:
 public:
 	int _fowSentinelImage;
 	int _fowSentinelState;
-	uint16 _fowSentinelConditionBits;
+	uint32 _fowSentinelConditionBits;
 
 private:
 	ScummEngine_v71he *_vm;






More information about the Scummvm-git-logs mailing list