mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-29 03:34:07 +00:00
formatting fix
This commit is contained in:
parent
8c99bdd00f
commit
62e7a8c037
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
Actor* thisx = &this->dyna.actor;
|
||||
u32 local_c;
|
||||
|
|
Loading…
Reference in a new issue