diff options
| author | iamgoofball <iamgoofball@gmail.com> | 2019-03-25 11:14:53 -0700 |
|---|---|---|
| committer | iamgoofball <iamgoofball@gmail.com> | 2019-03-25 11:14:53 -0700 |
| commit | 2d9fff2e969a952d1e83c1ade04d6beed2420dbc (patch) | |
| tree | 2c0f4cbdc2a3b7a2510520fd96c2d6303bcacd7a /src | |
| parent | e6cb5bd2cf241d638941ad5b403ab5fd7490335c (diff) | |
Reverts screenshake on object, was controversial
Diffstat (limited to 'src')
| -rw-r--r-- | src/courtroom.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 636df5ab..09055284 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1563,19 +1563,16 @@ void Courtroom::handle_chatmessage(QStringList *p_contents) case 1: ui_vp_objection->play("holdit", f_char, f_custom_theme); objection_player->play("holdit.wav", f_char, f_custom_theme); - this->doScreenShake(); break; case 2: ui_vp_objection->play("objection", f_char, f_custom_theme); objection_player->play("objection.wav", f_char, f_custom_theme); - this->doScreenShake(); if(ao_app->get_objectmusic()) music_player->kill_loop(); break; case 3: ui_vp_objection->play("takethat", f_char, f_custom_theme); objection_player->play("takethat.wav", f_char, f_custom_theme); - this->doScreenShake(); break; //case 4 is AO2 only case 4: |
