obj_mkiek demo match, remove fake inlines from cXyz

This commit is contained in:
LagoLunatic
2025-07-14 19:11:39 -04:00
parent e58f66b8e4
commit ea02e17b83
8 changed files with 35 additions and 46 deletions
+2 -2
View File
@@ -883,7 +883,7 @@ void wave_move() {
}
dKy_set_eyevect_calc2(pCamera, &eyevect, g_env_light.mWaveChan.mWaveSpawnDist, 0.0f);
d0.zero();
d0.x = d0.y = d0.z = 0.0f;
windVecP = dKyw_get_wind_vec();
windPow = dKyw_get_wind_pow();
@@ -924,7 +924,7 @@ void wave_move() {
windPow = 0.6f;
}
d0.zero();
d0.x = d0.y = d0.z = 0.0f;
deltaXZ.x = pCamera->mLookat.mCenter.x - pCamera->mLookat.mEye.x;
deltaXZ.y = 0.0f;