mirror of
https://github.com/zeldaret/oot
synced 2026-08-05 01:29:54 -04:00
Remove const from ActorInit initvars declarations (#1417)
This commit is contained in:
@@ -639,7 +639,7 @@ void func_80A87BEC(EnJj* this, PlayState* play);
|
||||
void func_80A87C30(EnJj* this, PlayState* play);
|
||||
|
||||
/*
|
||||
const ActorInit En_Jj_InitVars = {
|
||||
ActorInit En_Jj_InitVars = {
|
||||
ACTOR_EN_JJ,
|
||||
ACTORTYPE_ITEMACTION,
|
||||
FLAGS,
|
||||
|
||||
Reference in New Issue
Block a user