mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +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 ItemEtcetera_Destroy(ItemEtcetera* this, GlobalContext* globalCtx);
|
|||
void ItemEtcetera_Update(ItemEtcetera* this, GlobalContext* globalCtx);
|
||||
|
||||
/*
|
||||
const ActorInit Item_Etcetera_InitVars =
|
||||
{
|
||||
const ActorInit Item_Etcetera_InitVars = {
|
||||
ACTOR_ITEM_ETCETERA,
|
||||
ACTORTYPE_PROP,
|
||||
ROOM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue