aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-11 18:42:37 +0200
committerEugene Sandulenko2016-05-11 18:42:37 +0200
commitc90bdfa6f46403ccf27d7ae5e2283381f61507ac (patch)
treed250228cbd2021fa3de994e59cdfa7a110c82a52 /engines/scumm
parentda1c4089158d56d3ed30c1aca39ab6f825075ad6 (diff)
downloadscummvm-rg350-c90bdfa6f46403ccf27d7ae5e2283381f61507ac.tar.gz
scummvm-rg350-c90bdfa6f46403ccf27d7ae5e2283381f61507ac.tar.bz2
scummvm-rg350-c90bdfa6f46403ccf27d7ae5e2283381f61507ac.zip
SCUMM HE: Fix FOW condition bits size
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/he/moonbase/moonbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/moonbase/moonbase.h b/engines/scumm/he/moonbase/moonbase.h
index 6b0d2e0d0d..e82ae0164f 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;