diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-13 00:51:57 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-13 00:51:57 -0500 |
| commit | f2bb2bb4a75a60636b5ff2ee1cbde5ac9daf2ce4 (patch) | |
| tree | a0f3fbb29fa403cba7dc7407a934a94b7a4366ac /src/d/d_cc_d.cpp | |
| parent | 609ed7983718fe21f9fdbd7aa94e0653c2a8d487 (diff) | |
Stts weight cleanup
Diffstat (limited to 'src/d/d_cc_d.cpp')
| -rw-r--r-- | src/d/d_cc_d.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_cc_d.cpp b/src/d/d_cc_d.cpp index 4591b90b..04cd4d8d 100644 --- a/src/d/d_cc_d.cpp +++ b/src/d/d_cc_d.cpp @@ -62,14 +62,14 @@ void dCcD_GStts::Move() { } /* 800AB3DC-800AB46C .text Init__9dCcD_SttsFiiP10fopAc_ac_c */ -void dCcD_Stts::Init(int param_0, int param_1, fopAc_ac_c* pActor) { +void dCcD_Stts::Init(int weight, int param_1, fopAc_ac_c* pActor) { u32 procId; if (pActor) { procId = fpcM_GetID(pActor); } else { procId = fpcM_ERROR_PROCESS_ID_e; } - cCcD_Stts::Init(param_0, param_1, pActor, procId); + cCcD_Stts::Init(weight, param_1, pActor, procId); s32 roomNo; if (pActor) { |
