mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-17 04:20:44 +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
|
@ -35,7 +35,7 @@ void ObjLightswitch_DisappearDelay(ObjLightswitch* this, PlayState* play);
|
|||
void ObjLightswitch_SetupDisappear(ObjLightswitch* this);
|
||||
void ObjLightswitch_Disappear(ObjLightswitch* this, PlayState* play);
|
||||
|
||||
const ActorInit Obj_Lightswitch_InitVars = {
|
||||
ActorInit Obj_Lightswitch_InitVars = {
|
||||
ACTOR_OBJ_LIGHTSWITCH,
|
||||
ACTORCAT_SWITCH,
|
||||
FLAGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue