Skip to content

Commit

Permalink
Merge commit 'd6629ed76788f6442a39f4cd8472e844ca9d1803'
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Dec 5, 2021
2 parents 314b2c0 + d6629ed commit a979d6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dlls/squeakgrenade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ void CSqueakGrenade::HuntThink()
pev->velocity = pev->velocity * 0.9;
pev->velocity.z += 8.0;
}
//TODO: fix this
else if (pev->movetype = MOVETYPE_FLY)
else if (pev->movetype == MOVETYPE_FLY)
{
pev->movetype = MOVETYPE_BOUNCE;
}
Expand Down

0 comments on commit a979d6f

Please sign in to comment.