mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 06:21:16 +00:00
Misc Cleanup (#1585)
* misc cleanup * more fake matches * revert for sym
This commit is contained in:
parent
2aaa286cf8
commit
f2c06ce441
45 changed files with 134 additions and 161 deletions
|
@ -677,7 +677,6 @@ void ObjSwitch_CrystalOn(ObjSwitch* this, PlayState* play) {
|
|||
if ((this->jntSph.col.base.acFlags & AC_HIT) && !(this->prevColFlags & AC_HIT) &&
|
||||
this->disableAcTimer <= 0) {
|
||||
this->disableAcTimer = 10;
|
||||
play = play;
|
||||
ObjSwitch_CrystalTurnOffInit(this);
|
||||
ObjSwitch_SetOff(this, play);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue