fixed so input isn't processed when you have the menu or chat active

This commit is contained in:
Magnus Auvinen 2007-12-19 21:29:08 +00:00
parent 953b5492e1
commit 72ffd0ae8a

View file

@ -2442,6 +2442,7 @@ void render_game()
} }
// update some input // update some input
if(!menu_active && chat_mode == CHATMODE_NONE)
{ {
if(!emoticon_selector_active) if(!emoticon_selector_active)
{ {