aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-06-17 06:27:44 +0000
committerTravis Howell2006-06-17 06:27:44 +0000
commitbc3e089842c7e4f462bcec24a8bf43694697728a (patch)
tree057083c7dd0bd1e8a28177f65359994c3082b114
parentb81b9ac1243535d8ff3dd7316a3eb7da5b5be3bc (diff)
downloadscummvm-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
-rw-r--r--engines/scumm/actor.cpp2
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) {