diff options
author | Travis Howell | 2006-06-17 06:27:44 +0000 |
---|---|---|
committer | Travis Howell | 2006-06-17 06:27:44 +0000 |
commit | bc3e089842c7e4f462bcec24a8bf43694697728a (patch) | |
tree | 057083c7dd0bd1e8a28177f65359994c3082b114 /engines/scumm | |
parent | b81b9ac1243535d8ff3dd7316a3eb7da5b5be3bc (diff) | |
download | scummvm-rg350-bc3e089842c7e4f462bcec24a8bf43694697728a.tar.gz scummvm-rg350-bc3e089842c7e4f462bcec24a8bf43694697728a.tar.bz2 scummvm-rg350-bc3e089842c7e4f462bcec24a8bf43694697728a.zip |
Fix the buttons of paintings and safe in Nogroom of spyfox
svn-id: r23156
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/actor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/actor.cpp b/engines/scumm/actor.cpp index bee2d7688e..4cd9f565f0 100644 --- a/engines/scumm/actor.cpp +++ b/engines/scumm/actor.cpp @@ -1534,6 +1534,8 @@ void Actor::setActorCostume(int c) { _vm->ensureResourceLoaded(rtCostume, _costume); } startAnimActor(_initFrame); + if (_vm->_game.heversion >= 60) + _needRedraw = true; } } else { if (_visible) { |