the charselect works again

This commit is contained in:
sD 2020-02-23 02:56:57 +01:00
parent b5c5141007
commit 0b16ac863c

View File

@ -63,6 +63,8 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
testimony_hide_timer = new QTimer(this); testimony_hide_timer = new QTimer(this);
testimony_hide_timer->setSingleShot(true); testimony_hide_timer->setSingleShot(true);
char_button_mapper = new QSignalMapper(this);
music_player = new AOMusicPlayer(this, ao_app); music_player = new AOMusicPlayer(this, ao_app);
music_player->set_volume(0); music_player->set_volume(0);