diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-12 15:11:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-12 15:11:17 -0700 |
| commit | 8514737d46227a90aa29312ec24a679d0a5cf59d (patch) | |
| tree | 26a0093102ce659780fd2341c47dc0144efba1d2 /src/d/d_s_room.cpp | |
| parent | 12eb254d769d84743b5cc6cd5424057c57eaf0ad (diff) | |
d_a_alink work / bump dtk version (#2205)
Diffstat (limited to 'src/d/d_s_room.cpp')
| -rw-r--r-- | src/d/d_s_room.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_s_room.cpp b/src/d/d_s_room.cpp index a57bada88f..82186dc92f 100644 --- a/src/d/d_s_room.cpp +++ b/src/d/d_s_room.cpp @@ -121,7 +121,7 @@ static int deleteJugge(void* i_obj, void*) { } /* 8025B174-8025B194 255AB4 0020+00 1/1 0/0 0/0 .text isCreatingCallback__FP10create_tagPUi */ -static void* isCreatingCallback(create_tag* param_1, unsigned int* param_2) { +static void* isCreatingCallback(create_tag* param_1, fpc_ProcID* param_2) { void* tagData = param_1->mBase.mpTagData; if (*(*((int**)tagData + 0x11) + 3) == *param_2) { return tagData; @@ -130,7 +130,7 @@ static void* isCreatingCallback(create_tag* param_1, unsigned int* param_2) { } /* 8025B194-8025B1D0 255AD4 003C+00 2/2 0/0 0/0 .text isCreating__FUi */ -static bool isCreating(unsigned int param_0) { +static bool isCreating(fpc_ProcID param_0) { return fpcCtIt_Judge((fpcCtIt_JudgeFunc)isCreatingCallback, ¶m_0); } @@ -445,4 +445,4 @@ scene_process_profile_definition g_profile_ROOM_SCENE = { 0, // mParameters &g_fopScn_Method.mBase, // sub_method (process_method_class*)&l_dScnRoom_Method, // mpMtd -};
\ No newline at end of file +}; |
