summaryrefslogtreecommitdiff
path: root/src/d/d_s_title.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-08 15:00:48 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-08 15:00:48 -0500
commit46ffaf283912a736ce6dc6922a4fb31b17cbe708 (patch)
tree5e96f0a4cd96695f3307a547a0d8b66f4328267f /src/d/d_s_title.cpp
parentc2625b0369e5d62e00333320b29563a2c20c510e (diff)
add default params to fopacm create funcs
Diffstat (limited to 'src/d/d_s_title.cpp')
-rw-r--r--src/d/d_s_title.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_s_title.cpp b/src/d/d_s_title.cpp
index f6695def..aa76c0b9 100644
--- a/src/d/d_s_title.cpp
+++ b/src/d/d_s_title.cpp
@@ -119,7 +119,7 @@ s32 dScnTitle_Create(scene_class* i_scn) {
dComIfGp_offEnableNextStage();
u32 parameter = fpcM_GetName(i_this) == PROC_TITLE_SCENE ? 0 : 1;
- i_this->mMoviePId = fopAcM_create(PROC_MP, parameter, NULL, -1, NULL, NULL, 0xFF, NULL);
+ i_this->mMoviePId = fopAcM_create(PROC_MP, parameter, NULL, -1);
#if VERSION == VERSION_PAL
dScnTitle_c::mMp = NULL;