mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 05:51:18 +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
|
@ -55,7 +55,7 @@ void EnGe2_UpdateFriendly(Actor* thisx, PlayState* play);
|
|||
void EnGe2_UpdateAfterTalk(Actor* thisx, PlayState* play);
|
||||
void EnGe2_UpdateStunned(Actor* thisx, PlayState* play2);
|
||||
|
||||
const ActorInit En_Ge2_InitVars = {
|
||||
ActorInit En_Ge2_InitVars = {
|
||||
ACTOR_EN_GE2,
|
||||
ACTORCAT_NPC,
|
||||
FLAGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue