diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-26 01:33:29 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-26 01:33:29 +0200 |
| commit | 71d91e501264659a2c73ccaf57a31fdf3e98d9f9 (patch) | |
| tree | 1388cd7a11cd519b296c5a8bea902b36f843258b /src/courtroom.cpp | |
| parent | 2dbd0c148224bfb7bdd7538136df917e7d1f3a6a (diff) | |
fixed copypasta mistake on objection sfx
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 5258120a..3f1e5780 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -52,10 +52,13 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow() music_player = new AOMusicPlayer(this, ao_app); music_player->set_volume(0); + sfx_player = new AOSfxPlayer(this, ao_app); sfx_player->set_volume(0); + objection_player = new AOSfxPlayer(this, ao_app); - sfx_player->set_volume(0); + objection_player->set_volume(0); + blip_player = new AOBlipPlayer(this, ao_app); blip_player->set_volume(0); |
