diff --git a/src/game/server/entities/NPCs/other/penguin_grenade.cpp b/src/game/server/entities/NPCs/other/penguin_grenade.cpp index 002833551..77a871477 100644 --- a/src/game/server/entities/NPCs/other/penguin_grenade.cpp +++ b/src/game/server/entities/NPCs/other/penguin_grenade.cpp @@ -342,8 +342,7 @@ void CPenguinGrenade::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; }