increase NET_PrintFunc buf.

Game expects 2048 characters.
This commit is contained in:
Marvin D 2022-11-03 10:46:01 +01:00
parent ba252c8e98
commit 2fc0bea3a2

View File

@ -117,7 +117,7 @@ void NET_GenerateKey()
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
void NET_PrintFunc(const char* fmt, ...) void NET_PrintFunc(const char* fmt, ...)
{ {
static char buf[1024]; static char buf[2048];
#ifndef DEDICATED #ifndef DEDICATED
const static eDLL_T context = eDLL_T::CLIENT; const static eDLL_T context = eDLL_T::CLIENT;
#else // !DEDICATED #else // !DEDICATED