Should be an int

Code moves a 4 byte value into this field.
This commit is contained in:
Kawe Mazidjatari 2023-07-25 00:19:48 +02:00
parent 2a4ae390c7
commit 6df3f39125

View File

@ -76,7 +76,7 @@ struct ScriptFunctionBinding_t
SQInteger m_nDevLevel; // TODO: confirm, this is a guess.
const SQChar* m_pszCodeHook;
short unk38; // 4th (new) parameter to 'sq_setparamscheck', see [r5apex_ds+10584F2]
int unk38; // 4th (new) parameter to 'sq_setparamscheck', see [r5apex_ds+10584F2]
ScriptDataType_t m_ReturnType;
CUtlVector<ScriptDataType_t> m_Parameters;