player_crawl and player_hammer 100%, misc player cleanup

This commit is contained in:
LagoLunatic
2025-05-07 23:00:35 -04:00
parent 224b83ed8c
commit 534f5d4e72
12 changed files with 549 additions and 647 deletions
+1 -1
View File
@@ -1287,7 +1287,7 @@ void daItem_c::mode_wait() {
break;
}
if (mAcch.ChkWaterHit() && mAcch.m_wtr.GetHeight() > 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();