aboutsummaryrefslogtreecommitdiff
path: root/kyra/sprites.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-02-11 00:17:20 +0000
committerJohannes Schickel2006-02-11 00:17:20 +0000
commit590289d937be8104f03a22727f0796c22106ffda (patch)
treee64b21d7d98be13c921f313411972ddb0c43ad39 /kyra/sprites.cpp
parent651faae2a4797627a50e99a9f182478bf1f27c1a (diff)
downloadscummvm-rg350-590289d937be8104f03a22727f0796c22106ffda.tar.gz
scummvm-rg350-590289d937be8104f03a22727f0796c22106ffda.tar.bz2
scummvm-rg350-590289d937be8104f03a22727f0796c22106ffda.zip
Fixes the bug when displaying the falling leafe scene in room 12 and text bugs which overwride the interface. (also in the scene with the ruby tree)
svn-id: r20483
Diffstat (limited to 'kyra/sprites.cpp')
-rw-r--r--kyra/sprites.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/sprites.cpp b/kyra/sprites.cpp
index 91d6eedb45..200182c0c8 100644
--- a/kyra/sprites.cpp
+++ b/kyra/sprites.cpp
@@ -71,7 +71,7 @@ void Sprites::setupSceneAnims() {
assert( READ_LE_UINT16(data) == 0xFF86 );
data += 4;
- //sceneUnk16[i] = READ_LE_UINT16(data);
+ _anims[i].disable = READ_LE_UINT16(data) != 0;
data += 4;
_anims[i].unk2 = READ_LE_UINT16(data);
data += 4;