diff --git a/source/manager.cpp b/source/manager.cpp index 730a67c..45ec8f2 100644 --- a/source/manager.cpp +++ b/source/manager.cpp @@ -237,7 +237,7 @@ void BotManager::Think (void) for (int i = 0; i < GetMaxClients (); i++) { if (m_bots[i] != NULL) - m_bots[i]->Think (); + m_bots[i]->ThinkMain (); } }