aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-02-24 11:45:22 +0000
committerTravis Howell2005-02-24 11:45:22 +0000
commitb16dc17f63a3e65442f2f8cf6a623fb9e9cdb178 (patch)
treec8149790a69f6f10a684ef00dbc88fd045833647 /scumm
parent8a5918aa2e3cb864247ba0d4bafb4961d67aba9a (diff)
downloadscummvm-rg350-b16dc17f63a3e65442f2f8cf6a623fb9e9cdb178.tar.gz
scummvm-rg350-b16dc17f63a3e65442f2f8cf6a623fb9e9cdb178.tar.bz2
scummvm-rg350-b16dc17f63a3e65442f2f8cf6a623fb9e9cdb178.zip
Add missing sprite redraw
svn-id: r16898
Diffstat (limited to 'scumm')
-rw-r--r--scumm/sprite_he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/sprite_he.cpp b/scumm/sprite_he.cpp
index 9a35067c98..1823c20c2a 100644
--- a/scumm/sprite_he.cpp
+++ b/scumm/sprite_he.cpp
@@ -371,6 +371,7 @@ void ScummEngine_v90he::spriteInfoSet_groupNum(int spriteId, int value) {
checkRange(_varNumSpriteGroups, 0, value, "Invalid sprite group %d");
_spriteTable[spriteId].group_num = value;
+ _spriteTable[spriteId].flags |= kSF01 | kSFNeedRedraw;
}
void ScummEngine_v90he::spriteInfoSet_dx_dy(int spriteId, int value1, int value2) {