mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 12:33:27 +00:00
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)
|
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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user