aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/icons.cpp')
-rw-r--r--engines/agos/icons.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/agos/icons.cpp b/engines/agos/icons.cpp
index ba79f08508..d01d42a367 100644
--- a/engines/agos/icons.cpp
+++ b/engines/agos/icons.cpp
@@ -787,7 +787,9 @@ void AGOSEngine::removeArrows(WindowBlock *window, uint num) {
if (getFeatures() & GF_32COLOR) {
// TODO: Manually removes arrows
} else {
- stopAnimate(128);
+ stopAnimate(129);
+ uint8 palette = (getPlatform() == Common::kPlatformAmiga) ? 15: 14;
+ animate(0, 1, 129, 0, 0, palette);
}
} else if (getGameType() == GType_WW) {
setBitFlag(22, false);