mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
G_CM3D_F_INF
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
int daPy_npc_c::check_initialRoom() {
|
||||
if (home.roomNo < 0) {
|
||||
mAcch.CrrPos(*dComIfG_Bgsp());
|
||||
if (mAcch.GetGroundH() == C_BG_MIN_HEIGHT || dComIfG_Bgsp()->GetGroundCode(mAcch.m_gnd) == 4) {
|
||||
if (mAcch.GetGroundH() == -G_CM3D_F_INF || dComIfG_Bgsp()->GetGroundCode(mAcch.m_gnd) == 4) {
|
||||
return 0;
|
||||
}
|
||||
int roomNo = dComIfG_Bgsp()->GetRoomId(mAcch.m_gnd);
|
||||
|
||||
Reference in New Issue
Block a user