From 7987471bc1ca6673681d29548886c7bd715eebc3 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 21 Jun 2016 17:08:49 -0600 Subject: [PATCH] Revert "change to 24bit coords so Telefragged can run under protocol 999 without overflowing QS's signon buffer" This reverts commit da2c443cec03fc25c0ec0bfd5612260b882d0110. --- quakespasm/Quake/sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakespasm/Quake/sv_main.c b/quakespasm/Quake/sv_main.c index 48ce2b84..03505e80 100644 --- a/quakespasm/Quake/sv_main.c +++ b/quakespasm/Quake/sv_main.c @@ -1337,7 +1337,7 @@ void SV_SpawnServer (const char *server) { // set up the protocol flags used by this server // (note - these could be cvar-ised so that server admins could choose the protocol features used by their servers) - sv.protocolflags = PRFL_24BITCOORD | PRFL_SHORTANGLE; + sv.protocolflags = PRFL_INT32COORD | PRFL_SHORTANGLE; } else sv.protocolflags = 0;