mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
parent
43a3ee9a93
commit
2fd56429eb
1 changed files with 4 additions and 4 deletions
|
@ -19,9 +19,6 @@ void func_80881D94(BgHakaWater* this, GlobalContext* globalCtx);
|
|||
void BgHakaWater_Wait(BgHakaWater* this, GlobalContext* globalCtx);
|
||||
void BgHakaWater_ChangeWaterLevel(BgHakaWater* this, GlobalContext* globalCtx);
|
||||
|
||||
extern Gfx D_06001E50[];
|
||||
extern Gfx D_06002010[];
|
||||
|
||||
const ActorInit Bg_Haka_Water_InitVars = {
|
||||
ACTOR_BG_HAKA_WATER,
|
||||
ACTORTYPE_PROP,
|
||||
|
@ -34,10 +31,13 @@ const ActorInit Bg_Haka_Water_InitVars = {
|
|||
(ActorFunc)BgHakaWater_Draw,
|
||||
};
|
||||
|
||||
InitChainEntry sInitChain[] = {
|
||||
static InitChainEntry sInitChain[] = {
|
||||
ICHAIN_VEC3F_DIV1000(scale, 100, ICHAIN_STOP),
|
||||
};
|
||||
|
||||
extern Gfx D_06001E50[];
|
||||
extern Gfx D_06002010[];
|
||||
|
||||
void BgHakaWater_Init(Actor* thisx, GlobalContext* globalCtx) {
|
||||
BgHakaWater* this = THIS;
|
||||
|
||||
|
|
Loading…
Reference in a new issue