mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
G_CM3D_F_INF
This commit is contained in:
@@ -515,7 +515,7 @@ void daArrow_c::setRoomInfo() {
|
||||
|
||||
mGndChk.SetPos(¤t.pos);
|
||||
f32 groundY = dComIfG_Bgsp()->GroundCross(&mGndChk);
|
||||
if (groundY != C_BG_MIN_HEIGHT) {
|
||||
if (groundY != -G_CM3D_F_INF) {
|
||||
roomNo = dComIfG_Bgsp()->GetRoomId(mGndChk);
|
||||
tevStr.mEnvrIdxOverride = dComIfG_Bgsp()->GetPolyColor(mGndChk);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user