mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Fix vtable sneaking into ConCommand
This commit is contained in:

committed by
Nicholas Hastings

parent
3ec4c090a0
commit
e145eae33e
@ -403,7 +403,7 @@ public:
|
||||
void Init();
|
||||
void Shutdown();
|
||||
|
||||
virtual void Create( const char *pName, const char *pHelpString = 0,
|
||||
void Create( const char *pName, const char *pHelpString = 0,
|
||||
int64 flags = 0 );
|
||||
|
||||
int AutoCompleteSuggest( const char *partial, CUtlVector< CUtlString > &commands );
|
||||
|
Reference in New Issue
Block a user