mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-24 16:01:26 +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
|
@ -20,7 +20,7 @@ void func_80AA204C(EnMa2* this, PlayState* play);
|
|||
void func_80AA20E4(EnMa2* this, PlayState* play);
|
||||
void func_80AA21C8(EnMa2* this, PlayState* play);
|
||||
|
||||
const ActorInit En_Ma2_InitVars = {
|
||||
ActorInit En_Ma2_InitVars = {
|
||||
ACTOR_EN_MA2,
|
||||
ACTORCAT_NPC,
|
||||
FLAGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue