diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-19 13:17:43 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-19 13:17:43 -0400 |
| commit | 287bdab653c8ec4e10c31b6b2530dfd5ff7b9639 (patch) | |
| tree | d4e3870a294512cd0b0cda13fc3e9de776d66c31 /src/d/actor/d_a_obj_roten.cpp | |
| parent | 66dfae2571265ed7b72c9a6cb74d804a50695f3e (diff) | |
Match daNpc_Bs1_c::CreateInit and cLib_minMaxLimit inline
Diffstat (limited to 'src/d/actor/d_a_obj_roten.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_roten.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_roten.cpp b/src/d/actor/d_a_obj_roten.cpp index ab3656b5..7a1f0c45 100644 --- a/src/d/actor/d_a_obj_roten.cpp +++ b/src/d/actor/d_a_obj_roten.cpp @@ -100,7 +100,7 @@ s32 daObj_Roten_c::_create() { fopAcM_SetupActor(this, daObj_Roten_c); mType = fopAcM_GetParam(this) >> 0x18; - mType = cLib_minMaxLimit<u8>((int)mType, 0, 2); // fakematch? debug says this is templated to u8 + mType = cLib_minMaxLimit<u8>(mType, 0, 2); if(Roten_create_check(mType)) { field_0x2D1 = 0; |
