From f5f94b977e6b3583941c4120245527aa404f70d0 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 12 Nov 2022 17:42:16 +0000 Subject: [PATCH] Deprecated constants flagged in review --- src/d_clisrv.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 39e1fe1a0..5fe4034c0 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -5529,9 +5529,6 @@ boolean TryRunTics(tic_t realtics) static INT32 pingtimeout[MAXPLAYERS]; -#define PINGKICK_TICQUEUE 2 -#define PINGKICK_LIMIT 1 - static inline void PingUpdate(void) { INT32 i;