diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-30 14:23:32 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-30 14:23:32 +0100 |
| commit | 9d48599a9082f27b03374b2acf591b63c091ee2d (patch) | |
| tree | ddd2284c2d76ace0509fcb6c2a851a3e9fe69a62 /courtroom.cpp | |
| parent | 922506261f420102375c8bb91836c1a0e7151ca3 (diff) | |
fixed a crash related to the BN packet
Diffstat (limited to 'courtroom.cpp')
| -rw-r--r-- | courtroom.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/courtroom.cpp b/courtroom.cpp index 46c27a1a..b7ed86a3 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -485,11 +485,13 @@ void Courtroom::handle_chatmessage(QStringList *p_contents) ui_ic_chatlog->verticalScrollBar()->setValue(ui_ic_chatlog->verticalScrollBar()->minimum()); } + + //T0D0: play objection gif->preanimation if there is any //D3BUG START - ui_vp_background->set_image("defenseempty.png"); + //ui_vp_background->set_image("defenseempty.png"); //D3BUG END } |
