diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-14 14:50:16 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-14 14:50:16 +0300 |
| commit | f225df6f19aa68789ba702fa298db8675741a495 (patch) | |
| tree | 9a87964bd622e976784ee8246e92d2584e94d695 | |
| parent | b608f841003c461d914e6ace0c91a67b884a7b01 (diff) | |
Fix objections hiding the character
| -rw-r--r-- | src/courtroom.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 32e39d09..477f3955 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1357,7 +1357,6 @@ void Courtroom::handle_chatmessage(QStringList *p_contents) text_state = 0; anim_state = 0; ui_vp_objection->stop(); - ui_vp_player_char->stop(); chat_tick_timer->stop(); ui_vp_evidence_display->reset(); |
