extern void * const gNullScriptPtr;

This commit is contained in:
DizzyEggg
2025-01-10 11:55:02 +01:00
committed by GitHub
parent 1c765d1126
commit 07255a2237

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)
{