2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Merge pull request #175 from lioncash/fixme

CFlaahgraTentacle: Remove FIXME comment in ShouldAttack()
This commit is contained in:
2020-02-29 16:56:50 -05:00
committed by GitHub

View File

@@ -169,7 +169,6 @@ bool CFlaahgraTentacle::ShouldAttack(CStateManager& mgr, float) {
if (x578_ > 0.f) if (x578_ > 0.f)
return true; return true;
/* FIXME: Double check this */
if (x574_ > 0.f || mgr.GetPlayer().IsInWaterMovement()) if (x574_ > 0.f || mgr.GetPlayer().IsInWaterMovement())
return false; return false;