fopScnM_SearchByID attempt

This commit is contained in:
Pheenoh
2021-02-20 10:25:13 -05:00
parent bbf1d1c34c
commit b0499177ef
16 changed files with 36 additions and 21 deletions
+2 -2
View File
@@ -82,12 +82,12 @@ void fpcM_Management(fpcM_ManagementFunc pFunc1, fpcM_ManagementFunc pFunc2) {
}
fpcPi_Handler();
fpcCt_Handler();
if (pFunc1 != NULL) {
if (pFunc1) {
pFunc1();
}
fpcEx_Handler((cNdIt_MethodFunc)fpcM_Execute);
fpcDw_Handler((void*)fpcM_DrawIterater, fpcM_Draw);
if (pFunc2 != NULL) {
if (pFunc2) {
pFunc2();
}
g_dComIfG_gameInfo.getPlay().drawSimpleModel();