From e80008cb7ed010313cdd7464e1ef8babbb1f0f2b Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Tue, 28 May 2024 07:34:10 -0700 Subject: [PATCH] do not animate disasm load when running --- src/df/gfx/df_views.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/df/gfx/df_views.c b/src/df/gfx/df_views.c index aaf44499..99b1679b 100644 --- a/src/df/gfx/df_views.c +++ b/src/df/gfx/df_views.c @@ -6875,7 +6875,7 @@ DF_VIEW_UI_FUNCTION_DEF(Disassembly) ////////////////////////////// //- rjf: is loading -> equip view with loading information // - if(is_loading) + if(is_loading && !df_ctrl_targets_running()) { df_view_equip_loading_info(view, is_loading, 0, 0); }