d_item 40%

This commit is contained in:
LagoLunatic
2023-10-16 18:02:13 -04:00
parent 3d0382e9ca
commit 7a182dda66
7 changed files with 251 additions and 180 deletions
+2 -2
View File
@@ -1307,8 +1307,8 @@ void daItem_c::mode_wait() {
break;
}
if (mAcch.ChkWaterHit() && mAcch.m_wtr.GetHeight() > current.pos.y
|| (daSea_ChkArea(current.pos.x, current.pos.z) && daSea_calcWave(current.pos.x, current.pos.z) > current.pos.y))
if (mAcch.ChkWaterHit() && mAcch.m_wtr.GetHeight() > current.pos.y ||
(daSea_ChkArea(current.pos.x, current.pos.z) && daSea_calcWave(current.pos.x, current.pos.z) > current.pos.y))
{
mode_water_init();
}