1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-25 01:34:18 +00:00

Update z_en_sw.c

ran fomat.py
This commit is contained in:
blackgamma7 2024-09-17 12:34:56 -04:00
parent 333fb08798
commit cbc7ec8d04

View file

@ -384,7 +384,7 @@ s32 EnSw_CheckDamage(EnSw* this, PlayState* play) {
}
return false;
}
}
void EnSw_SetCollider(EnSw* this, PlayState* play) {
if ((ENSW_GET_TYPE_EN(this) > SW_TYPE_NORMAL) && (this->actionFunc != EnSw_Crawl)) {