aboutsummaryrefslogtreecommitdiff
path: root/kyra/sprites.cpp
diff options
context:
space:
mode:
authorOystein Eftevaag2006-01-13 03:27:01 +0000
committerOystein Eftevaag2006-01-13 03:27:01 +0000
commitd47ae2ca9f8326dc05f95c23f6e7ee8ffa132445 (patch)
treee334b0dec0c9333e7c8e54a1b623f37c6555908e /kyra/sprites.cpp
parent37e82c8c46fa40a85f64549158a5708942bfbeb1 (diff)
downloadscummvm-rg350-d47ae2ca9f8326dc05f95c23f6e7ee8ffa132445.tar.gz
scummvm-rg350-d47ae2ca9f8326dc05f95c23f6e7ee8ffa132445.tar.bz2
scummvm-rg350-d47ae2ca9f8326dc05f95c23f6e7ee8ffa132445.zip
Implemented a few drawing functions used by the menu, corrected a few incorrect
opcode debug messages, and blocked unnecessary sprite anim script looping. svn-id: r19992
Diffstat (limited to 'kyra/sprites.cpp')
-rw-r--r--kyra/sprites.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kyra/sprites.cpp b/kyra/sprites.cpp
index 3e9f3e6064..243d84e191 100644
--- a/kyra/sprites.cpp
+++ b/kyra/sprites.cpp
@@ -136,6 +136,8 @@ void Sprites::updateSceneAnims() {
if (_anims[i].reentry == 0) {
data = _anims[i].script;
+ if (READ_LE_UINT16(data) == 0xFF8B)
+ continue;
} else {
data = _anims[i].reentry;
_anims[i].reentry = 0;