More warning cleanup

This commit is contained in:
LagoLunatic
2024-10-18 11:33:08 -04:00
parent 202851599f
commit 9e29fd3c68
24 changed files with 52 additions and 57 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ BOOL daObj_Hole_c::_createHeap() {
/* 00000928-0000096C .text getArg__12daObj_Hole_cFv */
void daObj_Hole_c::getArg() {
u32 param = fopAcM_GetParamBit(fopAcM_GetParam(this), 0, 0xFFFF);
u16 param = fopAcM_GetParamBit(fopAcM_GetParam(this), 0, 16);
mExitIdx = param & 0xFF;
mHasModel = param >> 8;