mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
tier1: fix commandbuffer unitialized boolean
This commit is contained in:
@@ -119,7 +119,6 @@ private:
|
||||
bool ParseArgV0( CUtlBuffer &buf, char *pArgv0, int nMaxLen, const char **pArgs );
|
||||
|
||||
char m_pArgSBuffer[ ARGS_BUFFER_LENGTH ];
|
||||
int m_nLastUsedArgSSize;
|
||||
int m_nArgSBufferSize;
|
||||
CUtlFixedLinkedList< Command_t > m_Commands;
|
||||
int m_nCurrentTick;
|
||||
|
||||
Reference in New Issue
Block a user