aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-23 03:13:07 +0100
committersD <stoned@derpymail.org>2020-02-23 03:13:07 +0100
commit5cf1fdcc2dda1a6d9e7ec1261c8f20a9fbe79816 (patch)
tree23b5651ec28275106efeeb288b544962875ffbcd
parent0b16ac863cd3e90475e8bcb170a238350b060f20 (diff)
connect the signal to char_clicked
-rw-r--r--src/charselect.cpp1
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()));