mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Remove const
from ActorInit
initvars declarations (#1417)
This commit is contained in:
parent
ce2e5e71c8
commit
c0a0688dc5
433 changed files with 435 additions and 435 deletions
|
@ -28,7 +28,7 @@ void EnJj_WaitForFish(EnJj* this, PlayState* play);
|
|||
void EnJj_BeginCutscene(EnJj* this, PlayState* play);
|
||||
void EnJj_RemoveDust(EnJj* this, PlayState* play);
|
||||
|
||||
const ActorInit En_Jj_InitVars = {
|
||||
ActorInit En_Jj_InitVars = {
|
||||
ACTOR_EN_JJ,
|
||||
ACTORCAT_ITEMACTION,
|
||||
FLAGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue