diff options
| author | sD <stoned@derpymail.org> | 2020-02-23 02:56:57 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-23 02:56:57 +0100 |
| commit | 0b16ac863cd3e90475e8bcb170a238350b060f20 (patch) | |
| tree | e3aa4d7a5a41e37ea4d4e225fbe030f72db2db6e | |
| parent | b5c514100787d630c7d4f6eadad16734186c80f7 (diff) | |
the charselect works again
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 6510ca77..61f74e92 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -63,6 +63,8 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow() testimony_hide_timer = new QTimer(this); testimony_hide_timer->setSingleShot(true); + char_button_mapper = new QSignalMapper(this); + music_player = new AOMusicPlayer(this, ao_app); music_player->set_volume(0); |
