d_a_npc work (#2306)

This commit is contained in:
Caroline Madsen
2025-02-23 17:43:25 -05:00
committed by GitHub
parent f628e2e6ff
commit c1d444de70
89 changed files with 2058 additions and 2945 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ int dMeterMap_c::getMapDispSizeTypeNo() {
s32 stayNo = dComIfGp_roomControl_getStayNo();
dStage_FileList_dt_c* fList =
dComIfGp_roomControl_getStatusRoomDt(stayNo)->mRoomDt.getFileListInfo();
dComIfGp_roomControl_getStatusRoomDt(stayNo)->getFileListInfo();
if (fList != NULL) {
uvar6 = dStage_FileList_dt_getMiniMap(fList);
}
@@ -593,4 +593,4 @@ void dMeterMap_c::keyCheck() {
}
}
}
}
}