mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compiler error
This commit is contained in:
parent
facee1a871
commit
83c57fbd99
@ -39,7 +39,7 @@ private:
|
|||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
char m_szInputBuf[512] = { '\0' };
|
char m_szInputBuf[512] = { '\0' };
|
||||||
char m_szSummary[256] = { '\0' };
|
char m_szSummary[256] = { '\0' };
|
||||||
const char* m_pszConsoleTitle = { '\0' };
|
const char* m_pszConsoleTitle = nullptr;
|
||||||
|
|
||||||
vector<string> m_vsvCommands;
|
vector<string> m_vsvCommands;
|
||||||
vector<string> m_vsvHistory;
|
vector<string> m_vsvHistory;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user