mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
More warning cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user