From 6df3f391259f5072dceff2281ffd3fdfaff0afd4 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 25 Jul 2023 00:19:48 +0200 Subject: [PATCH] Should be an int Code moves a 4 byte value into this field. --- r5dev/public/vscript/ivscript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/public/vscript/ivscript.h b/r5dev/public/vscript/ivscript.h index 483ec884..86a4f6b9 100644 --- a/r5dev/public/vscript/ivscript.h +++ b/r5dev/public/vscript/ivscript.h @@ -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 m_Parameters;