diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-12 22:55:24 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-12 22:55:24 +0300 |
| commit | 2a5cd56d5774265fb474d0767964c47272283da8 (patch) | |
| tree | 6f404b3fd45cb039204ea6c87a95b08ba590f7b4 | |
| parent | 280abedf63d6c288900609a82d3cf97881b404e5 (diff) | |
Fixes Objections hiding the current character, instead of overlaying on top of it. (from goofball's 2.7 branch commit e6cb5bd2cf241d638941ad5b403ab5fd7490335c)
| -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 db97bb9c..6e01ea75 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1288,7 +1288,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(); |
