From aac96fe904ad721acb29839260534c898a2fd529 Mon Sep 17 00:00:00 2001 From: jeefo Date: Sun, 7 Feb 2016 02:34:06 +0300 Subject: [PATCH] it was mistake --- source/manager.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/manager.cpp b/source/manager.cpp index 63014b8..e045112 100644 --- a/source/manager.cpp +++ b/source/manager.cpp @@ -1253,13 +1253,7 @@ void Bot::NewRound (void) const float interval = (1.0f / 30.0f) * Random.Float (0.95f, 1.05f); if (g_gameVersion & CSVERSION_LEGACY) - { m_thinkInterval = 0.0f; - - // android xash engine allows frameskip - if ((g_gameVersion & CSVERSION_XASH) && (g_gameVersion & CSVERSION_MOBILITY)) - m_thinkInterval = interval; - } else m_thinkInterval = interval; } @@ -1502,4 +1496,4 @@ void BotManager::UpdateActiveGrenades (void) const Array &BotManager::GetActiveGrenades (void) { return m_activeGrenades; -} \ No newline at end of file +}