make gameinfo members private

This commit is contained in:
Pheenoh
2021-01-03 16:13:28 -05:00
parent 4309c3db5b
commit 4e085c9c84
7 changed files with 379 additions and 429 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ BOOL fpcM_IsCreating(u32 pID) {
typedef void (*fpcM_ManagementFunc)(void);
void fpcM_Management(fpcM_ManagementFunc pFunc1, fpcM_ManagementFunc pFunc2) {
MtxInit();
dDlst_peekZ_c_NS_peekData(&g_dComIfG_gameInfo.draw_list_list.dlstPeekZ);
dDlst_peekZ_c_NS_peekData(&g_dComIfG_gameInfo.getdlstPeekZ());
if (!dShutdownErrorMsg_c_NS_execute()) {
if (lbl_80450D39 == 0) {
lbl_80450D38 = 0;
@@ -86,7 +86,7 @@ void fpcM_Management(fpcM_ManagementFunc pFunc1, fpcM_ManagementFunc pFunc2) {
if (pFunc2 != NULL) {
pFunc2();
}
dComIfG_play_c_NS_drawSimpleModel(&g_dComIfG_gameInfo.play);
dComIfG_play_c_NS_drawSimpleModel(&g_dComIfG_gameInfo.getPlay());
} else if (lbl_80450D38 == 0) {
dLib_time_c::stopTime();
Z2SoundMgr_NS_pauseAllGameSound(lbl_80450B60, true);