mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
player_crawl and player_hammer 100%, misc player cleanup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user