Fix some clangd errors

This commit is contained in:
LagoLunatic
2026-03-04 13:47:40 -05:00
parent dcf4862387
commit 256b4eeb37
13 changed files with 44 additions and 30 deletions
+1 -1
View File
@@ -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);