mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-05 05:40: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
|
@ -9,8 +9,7 @@ void EnHorseNormal_Update(EnHorseNormal* this, GlobalContext* globalCtx);
|
|||
void EnHorseNormal_Draw(EnHorseNormal* this, GlobalContext* globalCtx);
|
||||
|
||||
/*
|
||||
const ActorInit En_Horse_Normal_InitVars =
|
||||
{
|
||||
const ActorInit En_Horse_Normal_InitVars = {
|
||||
ACTOR_EN_HORSE_NORMAL,
|
||||
ACTORTYPE_BG,
|
||||
ROOM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue