fixed space in chat :D

This commit is contained in:
Magnus Auvinen 2008-03-17 01:06:21 +00:00
parent ad19e0702e
commit 16280e411c

View file

@ -805,7 +805,7 @@ void render_game()
{ {
INPUT_EVENT e = inp_get_event(i); INPUT_EVENT e = inp_get_event(i);
if(e.ch > 32) if(e.ch >= 32)
{ {
if (chat_input_len < sizeof(chat_input) - 1) if (chat_input_len < sizeof(chat_input) - 1)
{ {