Update hu_stuff.c

Fix NONET build
This commit is contained in:
Alam Arias 2022-11-11 20:21:30 -05:00
parent 7f913b5ace
commit ae112a3728

View file

@ -882,6 +882,7 @@ void HU_Ticker(void)
else
hu_showscores = false;
#ifndef NONET
if (chat_on)
{
// count down the scroll timer.
@ -909,6 +910,7 @@ void HU_Ticker(void)
HU_removeChatText_Mini();
}
}
#endif
if (cechotimer > 0) --cechotimer;