the charselect works again
This commit is contained in:
parent
b5c5141007
commit
0b16ac863c
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user