Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Dec 11, 2023
1 parent a63bcf0 commit d98e8f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion regamedll/dlls/bot/cs_bot_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ void CCSBot::Update()
}
else
{
const int dada = offsetof(CCSBot, m_visibleEnemyParts);
// check LOS to current enemy (chest & head), in case he's dead (GetNearestEnemy() only returns live players)
// note we're not checking FOV - once we've acquired an enemy (which does check FOV), assume we know roughly where he is
if (IsVisible(m_enemy, false, &m_visibleEnemyParts))
Expand Down

0 comments on commit d98e8f8

Please sign in to comment.