aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 1a8deeb7bb..85e03dbc5d 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -77,7 +77,7 @@ void Actor::initActor(int mode) {
_pos.y = 0;
facing = 180;
if (_vm->_version >= 7)
- visible = 0;
+ visible = false;
} else if (mode == 2) {
facing = 180;
}