Merge pull request #2086 from DizzyEggg/patch-5
extern void * const gNullScriptPtr;
This commit is contained in:
commit
45d1c7ca7d
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user