From ae112a3728a12bcec4a150bde291fcb621181d4d Mon Sep 17 00:00:00 2001 From: Alam Arias <alam@srb2.org> Date: Fri, 11 Nov 2022 20:21:30 -0500 Subject: [PATCH] Update hu_stuff.c Fix NONET build --- src/hu_stuff.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index b02eecb6c0..2a9e4d2a9b 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -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; -- GitLab