aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/courtroom.cpp')
-rw-r--r--src/courtroom.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index b80ec188..3056fd92 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -3011,6 +3011,10 @@ void Courtroom::handle_ic_speaking()
filename = "prosecution_speedlines";
else
filename = "defense_speedlines";
+
+ // We're zooming, so hide the pair character and ignore pair offsets. This ain't about them.
+ ui_vp_sideplayer_char->hide();
+ ui_vp_player_char->move_and_center(0,0);
ui_vp_speedlines->load_image(filename, m_chatmessage[CHAR_NAME], ao_app->get_chat(m_chatmessage[CHAR_NAME]));
}