Skip to content

Commit

Permalink
SCUMM HE: Fix FOW condition bits size
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed May 11, 2016
1 parent da1c408 commit c90bdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/scumm/he/moonbase/moonbase.h
Expand Up @@ -56,7 +56,7 @@ class Moonbase {
public:
int _fowSentinelImage;
int _fowSentinelState;
uint16 _fowSentinelConditionBits;
uint32 _fowSentinelConditionBits;

private:
ScummEngine_v71he *_vm;
Expand Down

0 comments on commit c90bdfa

Please sign in to comment.