aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/mult_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/mult_v2.cpp')
-rw-r--r--engines/gob/mult_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/mult_v2.cpp b/engines/gob/mult_v2.cpp
index 200349f58f..087754f9a8 100644
--- a/engines/gob/mult_v2.cpp
+++ b/engines/gob/mult_v2.cpp
@@ -63,7 +63,7 @@ void Mult_v2::loadMult(int16 resId) {
staticCount++;
animCount++;
- hbstaticCount = staticCount & 0x80;
+ hbstaticCount = (staticCount & 0x80) != 0;
staticCount &= 0x7F;
debug(7, "statics: %u, anims: %u, hb: %u", staticCount, animCount, hbstaticCount);