mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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:
parent
58ceb06138
commit
7987471bc1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue