diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 18:06:07 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 18:06:07 -0500 |
| commit | 97eb1fb31fb57ee96669f8a83848cb0327797180 (patch) | |
| tree | e628a3110a9d3f2b60ca5d9df0e7c8f55e6be283 /src/d/d_s_title.cpp | |
| parent | 072f172d50878964e0636619e4a3d9a14f1d2c47 (diff) | |
Remove fake inlines from fopAc_ac_c, add real inlines
Diffstat (limited to 'src/d/d_s_title.cpp')
| -rw-r--r-- | src/d/d_s_title.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_s_title.cpp b/src/d/d_s_title.cpp index 76c26a7a..aa13e7d4 100644 --- a/src/d/d_s_title.cpp +++ b/src/d/d_s_title.cpp @@ -120,7 +120,7 @@ s32 dScnTitle_Create(scene_class* i_scn) { return cPhs_INIT_e; dMenu_flagSet(0); - fopAc_ac_c::stopStatus = 0; + fopAc_ac_c::setStopStatus(0); dComIfGp_offEnableNextStage(); u32 parameter = fpcM_GetName(i_this) == PROC_TITLE_SCENE ? 0 : 1; |
