d_map inlines cleanup

This commit is contained in:
LagoLunatic
2024-02-03 18:31:25 -05:00
parent b6b8d14d0c
commit 6c93d0569f
5 changed files with 115 additions and 87 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ s32 fopAc_Draw(void* pProc) {
fopAcM_OffStatus(actor, fopAcStts_NODRAW_e);
if (dComIfGp_roomControl_getStayNo() >= 0 && fopAcM_checkStatus(actor, fopAcStts_SHOWMAP_e))
dMap_c::drawActorPointMiniMap(actor);
dMap_drawActorPointMiniMap(actor);
}
return ret;