mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
G_CM3D_F_INF
This commit is contained in:
@@ -1299,7 +1299,7 @@ void daItem_c::mode_wait() {
|
||||
temp.set(old.pos.x, old.pos.y, old.pos.z);
|
||||
lavaChk.SetPos(&temp);
|
||||
f32 lavaY = dComIfG_Bgsp()->GroundCross(&lavaChk);
|
||||
if (lavaY != C_BG_MIN_HEIGHT && lavaY > current.pos.y) {
|
||||
if (lavaY != -G_CM3D_F_INF && lavaY > current.pos.y) {
|
||||
fopAcM_delete(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user