mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
Minor Misc Cleanup 2 (#1422)
* misc cleanup * more cleanup * more cleanup * PR Suggestions * cleanup cond
This commit is contained in:
parent
d4a6b21d46
commit
35887e25ee
62 changed files with 174 additions and 177 deletions
|
@ -161,7 +161,7 @@ void EnMs_Update(Actor* thisx, PlayState* play) {
|
|||
EnMs* this = (EnMs*)thisx;
|
||||
s32 pad;
|
||||
|
||||
this->activeTimer += 1;
|
||||
this->activeTimer++;
|
||||
Actor_SetFocus(&this->actor, 20.0f);
|
||||
this->actor.targetArrowOffset = 500.0f;
|
||||
Actor_SetScale(&this->actor, 0.015f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue