diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-04 13:47:40 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-04 13:47:40 -0500 |
| commit | 256b4eeb37caccb3fc3a62bb40b69e7b4907c9a1 (patch) | |
| tree | 24c6a8a2c3bf787eabed5004fa1d8180a0f43276 /src/d/actor/d_a_beam.cpp | |
| parent | dcf4862387fb9be67f7aff9fe4f986d129366662 (diff) | |
Fix some clangd errors
Diffstat (limited to 'src/d/actor/d_a_beam.cpp')
| -rw-r--r-- | src/d/actor/d_a_beam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_beam.cpp b/src/d/actor/d_a_beam.cpp index 18ca2d9e..cdc957ee 100644 --- a/src/d/actor/d_a_beam.cpp +++ b/src/d/actor/d_a_beam.cpp @@ -263,7 +263,7 @@ cPhs_State daBeam_c::CreateInit() { fopAcM_SetMtx(this, M_mdl->getBaseTRMtx()); fopAcM_setCullSizeBox(this, -50.0f, -50.0f, 0.0f, 50.0f, 50.0f, 2000.0f); - if (parentActorID == -1) { + if (parentActorID == fpcM_ERROR_PROCESS_ID_e) { u8 params1 = fopAcM_GetParam(this) & 0xFF; s8 params2 = (fopAcM_GetParam(this) >> 8) & 0xFF; params1 = cLib_maxLimit<u8>(params1, 2); |
