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
1 changed files with 0 additions and 1 deletions

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;