mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 15:01:17 +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
|
@ -22,7 +22,7 @@ void EffDust_UpdateFunc_8099DFC0(EffDust* this, PlayState* play);
|
|||
void EffDust_DrawFunc_8099E4F4(Actor* thisx, PlayState* play2);
|
||||
void EffDust_DrawFunc_8099E784(Actor* thisx, PlayState* play2);
|
||||
|
||||
const ActorInit Eff_Dust_InitVars = {
|
||||
ActorInit Eff_Dust_InitVars = {
|
||||
ACTOR_EFF_DUST,
|
||||
ACTORCAT_NPC,
|
||||
FLAGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue