diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/charselect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp index e0a30525..1ea484a8 100644 --- a/src/charselect.cpp +++ b/src/charselect.cpp @@ -97,6 +97,7 @@ void Courtroom::construct_char_select() set_size_and_pos(ui_char_buttons, "char_buttons"); + connect(char_button_mapper, SIGNAL(mapped(int)), this, SLOT(char_clicked(int))); connect(ui_back_to_lobby, SIGNAL(clicked()), this, SLOT(on_back_to_lobby_clicked())); connect(ui_char_select_left, SIGNAL(clicked()), this, SLOT(on_char_select_left_clicked())); |
