summaryrefslogtreecommitdiff
path: root/src/f_ap
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-01-08 15:49:00 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-01-08 15:49:00 -0500
commit417ef8cacb01d7d0163444cec768dfcc091eb2cb (patch)
treee67ed86696844063ca006efcdb4703189675f13c /src/f_ap
parentf74fd75332f1cd4af5e7223863815fec09a386ac (diff)
Fix mDoHIO inlines
Diffstat (limited to 'src/f_ap')
-rw-r--r--src/f_ap/f_ap_game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_ap/f_ap_game.cpp b/src/f_ap/f_ap_game.cpp
index cdedc6bc..ed73810e 100644
--- a/src/f_ap/f_ap_game.cpp
+++ b/src/f_ap/f_ap_game.cpp
@@ -98,7 +98,7 @@ void fapGm_Create() {
fopDwTg_CreateQueue();
fopScnM_CreateReq(PROC_LOGO_SCENE, PROC_INVALID_e, 0, 0);
- g_HIO.mChildID = mDoHIO_root.mDoHIO_createChild("ゲームシステム", &g_HIO); // "Game System"
+ g_HIO.mChildID = mDoHIO_createChild("ゲームシステム", &g_HIO); // "Game System"
}
/* 80023288-800232D0 .text __dt__11fapGm_HIO_cFv */