Revert "change to 24bit coords so Telefragged can run under protocol 999 without overflowing QS's signon buffer"

This reverts commit da2c443cec.
This commit is contained in:
Eric Wasylishen 2016-06-21 17:08:49 -06:00
parent 58ceb06138
commit 7987471bc1

View file

@ -1337,7 +1337,7 @@ void SV_SpawnServer (const char *server)
{ {
// set up the protocol flags used by this 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) // (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; else sv.protocolflags = 0;