Skip to content

Commit ec6d657

Browse files
rename wtce lookups to _bubble (themes need to be updated for this)
1 parent 7246965 commit ec6d657

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/courtroom.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3770,13 +3770,13 @@ void Courtroom::handle_wtce(QString p_wtce, int variant)
37703770
return;
37713771
}
37723772
sfx_name = ao_app->get_court_sfx("witness_testimony", bg_misc);
3773-
filename = "witnesstestimony";
3773+
filename = "witnesstestimony_bubble";
37743774
ui_vp_testimony->load_image("testimony", "", bg_misc);
37753775
}
37763776
// cross examination
37773777
else if (p_wtce == "testimony2") {
37783778
sfx_name = ao_app->get_court_sfx("cross_examination", bg_misc);
3779-
filename = "crossexamination";
3779+
filename = "crossexamination_bubble";
37803780
ui_vp_testimony->kill();
37813781
}
37823782
else {
@@ -3786,12 +3786,12 @@ void Courtroom::handle_wtce(QString p_wtce, int variant)
37863786
if (p_wtce == "judgeruling") {
37873787
if (variant == 0) {
37883788
sfx_name = ao_app->get_court_sfx("not_guilty", bg_misc);
3789-
filename = "notguilty";
3789+
filename = "notguilty_bubble";
37903790
ui_vp_testimony->kill();
37913791
}
37923792
else if (variant == 1) {
37933793
sfx_name = ao_app->get_court_sfx("guilty", bg_misc);
3794-
filename = "guilty";
3794+
filename = "guilty_bubble";
37953795
ui_vp_testimony->kill();
37963796
}
37973797
}

0 commit comments

Comments
 (0)