diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 6b7f5cd3..269b0aa7 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -1090,6 +1090,27 @@ void HU_Ticker(void) chat_scrolltime--; } + if (netgame) // would handle that in hu_drawminichat, but it's actually kinda awkward when you're typing a lot of messages. (only handle that in netgames duh) + { + size_t i = 0; + + // handle spam while we're at it: + for(; (i 0) + stop_spamming[i]--; + } + + // handle chat timers + for (i=0; (i 0) + chat_timers[i]--; + else + HU_removeChatText_Mini(); + } + } + if (cechotimer > 0) --cechotimer; HU_TickSongCredits();