mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 14:50:15 +00:00
Fix actor init vars brace style under bootstrap comments
This commit is contained in:
parent
9a63f1d4d1
commit
3acb30694b
373 changed files with 373 additions and 746 deletions
|
@ -8,8 +8,7 @@ void ObjMure_Destroy(ObjMure* this, GlobalContext* globalCtx);
|
|||
void ObjMure_Update(ObjMure* this, GlobalContext* globalCtx);
|
||||
|
||||
/*
|
||||
const ActorInit Obj_Mure_InitVars =
|
||||
{
|
||||
const ActorInit Obj_Mure_InitVars = {
|
||||
ACTOR_OBJ_MURE,
|
||||
ACTORTYPE_ITEMACTION,
|
||||
ROOM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue