1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-29 03:34:07 +00:00

formatting fix

This commit is contained in:
Lucas Shaw 2020-03-22 22:55:37 -07:00
parent 8c99bdd00f
commit 62e7a8c037

View file

@ -101,7 +101,8 @@ static void BgZg_Update(BgZg *this,GlobalContext *globalCtx)
} }
static void BgZg_Init(BgZg* this, GlobalContext* globalCtx) { static void BgZg_Init(BgZg* this, GlobalContext* globalCtx)
{
s32 sp20[2]; s32 sp20[2];
Actor* thisx = &this->dyna.actor; Actor* thisx = &this->dyna.actor;
u32 local_c; u32 local_c;