Skip to content

Commit 455a954

Browse files
committed
EXTENSION: Add support for FTE_PEXT_CSQC.
1 parent dd5165c commit 455a954

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/protocol.h

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4545
# define FTE_PEXT_256PACKETENTITIES 0x01000000 // Client can recieve 256 packet entities.
4646
# define FTE_PEXT_CHUNKEDDOWNLOADS 0x20000000 // alternate file download method. Hopefully it'll give
4747
// quadroupled download speed, especially on higher pings.
48+
# define FTE_PEXT_CSQC 0x40000000 //csqc additions
4849
#endif // PROTOCOL_VERSION_FTE
4950

5051
#ifdef PROTOCOL_VERSION_FTE2
@@ -233,6 +234,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
233234
#endif // FTE_PEXT_MODELDBL
234235

235236
#define svc_fte_spawnbaseline2 66
237+
#ifdef FTE_PEXT_CSQC
238+
#define svc_fte_csqcentities 76
239+
#endif
236240
#define svc_qizmovoice 83
237241

238242
#ifdef FTE_PEXT2_VOICECHAT

0 commit comments

Comments
 (0)