lift consts to header.

This commit is contained in:
Kyle Sanderson
2019-09-10 11:23:08 +02:00
committed by BotoX
parent bb87127d92
commit eb61b40eaf
+3
View File
@@ -271,6 +271,9 @@ private:
int m_SourceTVUserId;
int m_ReplayUserId;
bool m_bInCCKVHook;
private:
static const int NETMSG_TYPE_BITS = 5; // SVC_Print overhead for netmsg type
static const int SVC_Print_BufferSize = 2048 - 1; // -1 for terminating \0
};
#if SOURCE_ENGINE >= SE_ORANGEBOX