mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
minor inline cleanup
This commit is contained in:
@@ -798,7 +798,7 @@ BOOL daItem_c::checkItemDisappear() {
|
||||
if (mItemStatus == STATUS_UNK4) {
|
||||
disappearing = FALSE;
|
||||
}
|
||||
if (checkFlag(FLAG_BOOMERANG) || checkFlag(FLAG_HOOK) || fopAcM_checkStatus(this, fopAcStts_HOOK_CARRY_e)) {
|
||||
if (checkFlag(FLAG_BOOMERANG) || checkFlag(FLAG_HOOK) || fopAcM_CheckStatus(this, fopAcStts_HOOK_CARRY_e)) {
|
||||
disappearing = FALSE;
|
||||
show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user