aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-03-17 09:28:36 +0000
committerTravis Howell2005-03-17 09:28:36 +0000
commit2c4b7dfd32d8558c8fbffc09f579c3bab1a36fc1 (patch)
treee7e1163a6d002ae4653c2034501a4e6a1bf52449 /scumm/script_v90he.cpp
parented45ee5a0503b39f8612faeb762da1238c62588c (diff)
downloadscummvm-rg350-2c4b7dfd32d8558c8fbffc09f579c3bab1a36fc1.tar.gz
scummvm-rg350-2c4b7dfd32d8558c8fbffc09f579c3bab1a36fc1.tar.bz2
scummvm-rg350-2c4b7dfd32d8558c8fbffc09f579c3bab1a36fc1.zip
Another correction to sprite flags
svn-id: r17171
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index be0f010278..733456804d 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -1554,7 +1554,7 @@ void ScummEngine_v90he::o90_setSpriteGroupInfo() {
if (!_curSpriteGroupId)
break;
- spriteGroupSet_flagNeedRedrawAnd(_curSpriteGroupId);
+ spriteGroupSet_flagClipBoxAnd(_curSpriteGroupId);
break;
case 180:
if (!_curSpriteGroupId)