mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-20 06:41:05 -04:00
d_a_obj_wooden_statue OK (#2532)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user