From bc3e089842c7e4f462bcec24a8bf43694697728a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 17 Jun 2006 06:27:44 +0000 Subject: Fix the buttons of paintings and safe in Nogroom of spyfox svn-id: r23156 --- engines/scumm/actor.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.3