1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 15:30:14 +00:00

Made suggested changes

This commit is contained in:
shawlucas 2020-04-02 10:11:31 -07:00
parent c218f38635
commit 09f430240b
2 changed files with 11 additions and 10 deletions

View file

@ -55,7 +55,7 @@ static void EnTana_Init(EnTana* this, GlobalContext* globalCtx) {
Actor* thisx = &this->actor;
osSyncPrintf("☆☆☆ %s ☆☆☆\n", shelfTypes[thisx->params]);
Actor_SetScale(thisx, 1.0f);
thisx->flags &= 0xFFFFFFFE;
thisx->flags &= ~1;
thisx->draw = drawFuncs[thisx->params];
}