mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 23:41:24 +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
|
@ -18,7 +18,7 @@ void EnGe3_WaitLookAtPlayer(EnGe3* this, PlayState* play);
|
|||
void EnGe3_ForceTalk(EnGe3* this, PlayState* play);
|
||||
void EnGe3_UpdateWhenNotTalking(Actor* thisx, PlayState* play);
|
||||
|
||||
const ActorInit En_Ge3_InitVars = {
|
||||
ActorInit En_Ge3_InitVars = {
|
||||
ACTOR_EN_GE3,
|
||||
ACTORCAT_NPC,
|
||||
FLAGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue