oops forgot a define somewhere

This commit is contained in:
MelonSpeedruns
2026-04-13 13:05:11 -04:00
parent f15a4f07e5
commit e3b3eabfeb
+2
View File
@@ -366,11 +366,13 @@ void Z2WolfHowlMgr::setCorrectData(s8 curveID, Z2WolfHowlData* data) {
cPitchCenter = 0.94387f;
cPitchDown = 0.74915f;
break;
#if TARGET_PC
case Z2WOLFHOWL_TIMESONG:
cPitchUp = 1.12246f;
cPitchCenter = 0.94387f;
cPitchDown = 0.74915f;
break;
#endif
default:
cPitchUp = 1.1892f;
cPitchCenter = 1.0f;