mirror of https://github.com/AxioDL/metaforce.git
Merge pull request #175 from lioncash/fixme
CFlaahgraTentacle: Remove FIXME comment in ShouldAttack()
This commit is contained in:
commit
617844efce
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue