diff options
Diffstat (limited to 'src/hexen')
-rw-r--r-- | src/hexen/h2_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index a20bd91a..abc58f15 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -156,6 +156,7 @@ void D_BindVariables(void) M_BindMapControls(); M_BindMenuControls(); M_BindWeaponControls(); + M_BindChatControls(MAXPLAYERS); M_BindHereticControls(); M_BindHexenControls(); |