2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-05 00:35:53 +00:00

CFlaahgraTentacle: Remove FIXME comment in ShouldAttack()

GM8E v0 does exactly this, so we can consider this double-checked
This commit is contained in:
Lioncash 2020-02-29 06:17:25 -05:00
parent 58a2f6aeb2
commit 5e705515ed

View File

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