1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 06:24:30 +00:00

z_parameter retail OK (#1649)

* z_parameter okay

* no u32
This commit is contained in:
engineer124 2024-01-29 08:20:21 +11:00 committed by GitHub
parent 8a8b6cf90b
commit 795f7e5251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 49 additions and 46 deletions

View file

@ -534,7 +534,7 @@ void EnHonotrap_Draw(Actor* thisx, PlayState* play) {
case HONOTRAP_TYPE_EYE:
EnHonotrap_DrawEye(thisx, play);
break;
case HONOTRAP_TYPE_FLAME_MOVE:
case HONOTRAP_TYPE_FLAME_DROP:
EnHonotrap_DrawFlame(thisx, play);