diff options
Diffstat (limited to 'include/d/actor/d_a_obj_pillar.h')
| -rw-r--r-- | include/d/actor/d_a_obj_pillar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_pillar.h b/include/d/actor/d_a_obj_pillar.h index a0dfda5216..674dd2e20d 100644 --- a/include/d/actor/d_a_obj_pillar.h +++ b/include/d/actor/d_a_obj_pillar.h @@ -60,7 +60,7 @@ public: u8 getMdlType() { return field_0x73e & 0xF; } - bool checkRollAttack() { return mIsRollAttack == true; } + bool checkRollAttack() { return mIsRollAttack == TRUE; } void setShake(int i_shake) { mShake = i_shake; } void setAction(u8 i_action) { mAction = i_action; } |
