Merge pull request #175 from lioncash/fixme

CFlaahgraTentacle: Remove FIXME comment in ShouldAttack()
This commit is contained in:
Luke S 2020-02-29 16:56:50 -05:00 committed by GitHub
commit 617844efce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;