From 36d7a5b0f0ddd6aca03f317df60ecb125b1c47cb Mon Sep 17 00:00:00 2001 From: David Mikos Date: Sun, 29 Jun 2014 10:36:31 +0930 Subject: [PATCH] Pause whiteboard recruit animation. --- src/unit_animation_component.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unit_animation_component.cpp b/src/unit_animation_component.cpp index 2a6bab76c16b..a4a3103ca453 100644 --- a/src/unit_animation_component.cpp +++ b/src/unit_animation_component.cpp @@ -63,6 +63,7 @@ void unit_animation_component::set_ghosted(bool with_bars) display *disp = display::get_singleton(); start_animation(INT_MAX, choose_animation(*disp, u_.loc_, "ghosted"), with_bars); + anim_->pause_animation(); } void unit_animation_component::set_disabled_ghosted(bool with_bars)