aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/courtroom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index 1fc5983..751f9a8 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -2536,7 +2536,7 @@ void Courtroom::do_effect(QString fx_name, QString fx_sound, QString p_char,
// Static effects will linger.
ui_vp_effect->set_static_duration(0);
ui_vp_effect->set_max_duration(0);
- ui_vp_effect->load_image(effect, false);
+ ui_vp_effect->load_image(effect, true);
}
void Courtroom::play_char_sfx(QString sfx_name)