From d98e8f8b60a63914cca0f887f3c066714f367777 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Tue, 12 Dec 2023 06:43:32 +0700 Subject: [PATCH] cleanup --- regamedll/dlls/bot/cs_bot_update.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/regamedll/dlls/bot/cs_bot_update.cpp b/regamedll/dlls/bot/cs_bot_update.cpp index 635360d0..37d49665 100644 --- a/regamedll/dlls/bot/cs_bot_update.cpp +++ b/regamedll/dlls/bot/cs_bot_update.cpp @@ -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))