diff options
Diffstat (limited to 'include/d/actor/d_a_midna.h')
| -rw-r--r-- | include/d/actor/d_a_midna.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_midna.h b/include/d/actor/d_a_midna.h index c9e84ee9d4..228217ae43 100644 --- a/include/d/actor/d_a_midna.h +++ b/include/d/actor/d_a_midna.h @@ -387,7 +387,7 @@ public: BOOL checkDemoPortalWarpWait() const { return mDemoMode == 11; } static BOOL checkMidnaRealBody() { - return dKy_darkworld_check() == true || dComIfGs_isTransformLV(3); + return dKy_darkworld_check() == TRUE || dComIfGs_isTransformLV(3); } static bool checkMidnaTired() { |
