Merge pull request #2086 from DizzyEggg/patch-5

extern void * const gNullScriptPtr;
This commit is contained in:
GriffinR 2025-02-11 14:45:19 -05:00 committed by GitHub
commit 45d1c7ca7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ static bool8 sLockFieldControls;
extern ScrCmdFunc gScriptCmdTable[];
extern ScrCmdFunc gScriptCmdTableEnd[];
extern void *gNullScriptPtr;
extern void * const gNullScriptPtr;
void InitScriptContext(struct ScriptContext *ctx, void *cmdTable, void *cmdTableEnd)
{