d_a_obj_wooden_statue OK (#2532)

This commit is contained in:
hatal175
2025-07-14 05:38:49 +03:00
committed by GitHub
parent 9c48ec0905
commit cd99fa788c
11 changed files with 461 additions and 726 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ int daItemKantera_c::Create() {
mCcCyl.SetStts(&mCcStts);
mCcCyl.SetR(dItem_data::getR(m_itemNo));
mCcCyl.SetH(dItem_data::getH(m_itemNo));
fopAcM_SetCullSize(this, 0xF);
fopAcM_SetCullSize(this, fopAc_CULLSPHERE_0_e);
actionWaitInit();
fopAcM_SetGravity(this, -6.0f);
fopAcM_OnCarryType(this, fopAcM_CARRY_ITEM);
+1 -1
View File
@@ -90,7 +90,7 @@ int daItemShield_c::Create() {
mCcCyl.SetStts(&mCcStts);
mCcCyl.SetR(dItem_data::getR(m_itemNo));
mCcCyl.SetH(dItem_data::getH(m_itemNo));
fopAcM_SetCullSize(this, 15);
fopAcM_SetCullSize(this, fopAc_CULLSPHERE_0_e);
actionWaitInit();
if (fopAcM_isSwitch(this, getSwBit())) {
field_0x94a = 3;
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -28,8 +28,8 @@ void daItemBase_c::changeDraw() {
}
}
u8 daItemBase_c::chkDraw() {
return cLib_checkBit<u8>(field_0x92b, 1) != 0;
bool daItemBase_c::chkDraw() {
return cLib_checkBit<u8>(field_0x92b, 1);
}
void daItemBase_c::dead() {