diff options
author | Travis Howell | 2004-02-21 11:41:46 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-21 11:41:46 +0000 |
commit | 42a94ca017b80415a8942970999feb0ff87ab372 (patch) | |
tree | 8a235c87dc5bd7aeaa5f87372320ac80c996a673 | |
parent | 580a2ffcfe549aac41606a2e30e15faadb9c6c0d (diff) | |
download | scummvm-rg350-42a94ca017b80415a8942970999feb0ff87ab372.tar.gz scummvm-rg350-42a94ca017b80415a8942970999feb0ff87ab372.tar.bz2 scummvm-rg350-42a94ca017b80415a8942970999feb0ff87ab372.zip |
Ooops
svn-id: r12963
-rw-r--r-- | scumm/actor.cpp | 2 |
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; } |