From eb61b40eaf7ecb5e3684c8779bcb824c85a031a1 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Fri, 6 Sep 2019 09:01:30 -0700 Subject: [PATCH] lift consts to header. --- core/PlayerManager.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/PlayerManager.h b/core/PlayerManager.h index 34231a9e..d89c9118 100644 --- a/core/PlayerManager.h +++ b/core/PlayerManager.h @@ -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