mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
fix(vscript): add unknown member (#126)
This commit is contained in:
parent
78673d4c4a
commit
7baac403d7
@ -1,4 +1,4 @@
|
||||
//========== Copyright © 2008, Valve Corporation, All rights reserved. ========
|
||||
//========== Copyright © 2008, Valve Corporation, All rights reserved. ========
|
||||
//
|
||||
// Purpose: VScript
|
||||
//
|
||||
@ -267,6 +267,8 @@ struct ScriptFunctionBinding_t
|
||||
ScriptBindingFunc_t m_pfnBinding;
|
||||
void * m_pFunction;
|
||||
unsigned m_flags;
|
||||
|
||||
int m_unknown[3];
|
||||
};
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user