Allow the server to use these two extensions upon us.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1511 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f43d5a3bf8
commit
be99c7194a
1 changed files with 2 additions and 0 deletions
|
@ -355,6 +355,8 @@ void CL_SendConnectPacket (
|
|||
fteprotextsupported |= PEXT_HEXEN2;
|
||||
fteprotextsupported |= PEXT_CUSTOMTEMPEFFECTS;
|
||||
fteprotextsupported |= PEXT_256PACKETENTITIES;
|
||||
fteprotextsupported |= PEXT_ENTITYDBL;
|
||||
fteprotextsupported |= PEXT_ENTITYDBL2;
|
||||
// fteprotextsupported |= PEXT_64PLAYERS;
|
||||
fteprotextsupported |= PEXT_SHOWPIC;
|
||||
fteprotextsupported |= PEXT_SETATTACHMENT;
|
||||
|
|
Loading…
Reference in a new issue