diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-08 16:25:12 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-08 16:25:12 -0500 |
| commit | a3170e5d69e1a62bd2103634ba97f681ac47ed77 (patch) | |
| tree | 579b932cc66c4649bedba3ad5e60daae0e213d0c /src/d/d_s_title.cpp | |
| parent | 009b4fb35e5a1d010fcf98590dfbcc7071fc28f8 (diff) | |
add default params to a lot more functions
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 aa76c0b9..e6f53428 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); + i_this->mMoviePId = fopAcM_create(PROC_MP, parameter); #if VERSION == VERSION_PAL dScnTitle_c::mMp = NULL; |
