mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
fix compile
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user