fix compile

This commit is contained in:
elijah-thomas774
2025-11-20 01:33:33 -05:00
parent b4e57d0f40
commit 474eeb1136
+2 -2
View File
@@ -69,8 +69,8 @@ int dAcOwindmill_c::create() {
mWindmillRotation = mRotation.y.mVal;
mWindmillPosition = mPosition;
mWindmillPosition.x += -95.22334f * (mRotation.y + mAng(0xc17)).sin();
mWindmillPosition.z += -95.22334f * (mRotation.y + mAng(0xc17)).cos();
mWindmillPosition.x += -95.22334f * mAng(mRotation.y + 0xc17).sin();
mWindmillPosition.z += -95.22334f * mAng(mRotation.y + 0xc17).cos();
mWindmillPosition.y += -86.11143f;
if (mHasPropellor || isWindmillRepaired()) {