fix some enum usage

This commit is contained in:
Rainchus
2024-11-30 04:25:46 -06:00
parent ed18ce2570
commit fa49683817
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ static void eYoung_Tree_mv(eEC_Effect_c* effect, GAME* game) {
} else if (effect->arg1 == 2) {
uVar2 |= eEC_BUSH_HAPPA_CEDAR;
} else if (effect->arg1 == 3) {
uVar2 |= eEC_BUSH_HAPPA_PALM | eEC_BUSH_HAPPA_CEDAR;
uVar2 |= eEC_BUSH_HAPPA_GOLD;
}
effPos.x = effPos.x + fqrand2() * 30.0f;