aboutsummaryrefslogtreecommitdiff
path: root/scumm/sprite_he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-02-28 04:35:26 +0000
committerTravis Howell2005-02-28 04:35:26 +0000
commitc840db8ab2404c050ac8b71719058eb36168e33b (patch)
treec48794ef011d1ca7e710e043a378f060e3d0601f /scumm/sprite_he.cpp
parentd343ba9bb904313ce9eb1d85dccb1efbb8e78ffb (diff)
downloadscummvm-rg350-c840db8ab2404c050ac8b71719058eb36168e33b.tar.gz
scummvm-rg350-c840db8ab2404c050ac8b71719058eb36168e33b.tar.bz2
scummvm-rg350-c840db8ab2404c050ac8b71719058eb36168e33b.zip
*** empty log message ***
svn-id: r16956
Diffstat (limited to 'scumm/sprite_he.cpp')
-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 4dd7903e4f..1892ae2ebf 100644
--- a/scumm/sprite_he.cpp
+++ b/scumm/sprite_he.cpp
@@ -916,6 +916,7 @@ void ScummEngine_v90he::spriteGroupSet_scale_x_ratio_mul(int spriteGroupId, int
if (_spriteGroups[spriteGroupId].scale_x_ratio_mul != value) {
_spriteGroups[spriteGroupId].scale_x_ratio_mul = value;
_spriteGroups[spriteGroupId].scale_x = _spriteGroups[spriteGroupId].scale_x_ratio_mul / _spriteGroups[spriteGroupId].scale_x_ratio_div;
+
spriteGroupSet_scaling(spriteGroupId);
redrawSpriteGroup(spriteGroupId);
}