mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-27 23:36:22 +00:00
UNK_PTR->UNK_TYPE
This commit is contained in:
parent
5f3db569f9
commit
1876dc0c5c
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ const ActorInit Bg_Gate_Shutter_InitVars = {
|
||||||
(ActorFunc)BgGateShutter_Draw,
|
(ActorFunc)BgGateShutter_Draw,
|
||||||
};
|
};
|
||||||
|
|
||||||
extern UNK_PTR D_06001CD0;
|
extern UNK_TYPE D_06001CD0;
|
||||||
extern UNK_PTR D_06001DA8;
|
extern UNK_TYPE D_06001DA8;
|
||||||
|
|
||||||
static void BgGateShutter_Init(BgGateShutter* this, GlobalContext* globalCtx) {
|
static void BgGateShutter_Init(BgGateShutter* this, GlobalContext* globalCtx) {
|
||||||
s32 pad[2];
|
s32 pad[2];
|
||||||
|
|
Loading…
Reference in a new issue