fixed wrong think func calling
This commit is contained in:
parent
14ac18de31
commit
1404301a3c
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ void BotManager::Think (void)
|
||||||
for (int i = 0; i < GetMaxClients (); i++)
|
for (int i = 0; i < GetMaxClients (); i++)
|
||||||
{
|
{
|
||||||
if (m_bots[i] != NULL)
|
if (m_bots[i] != NULL)
|
||||||
m_bots[i]->Think ();
|
m_bots[i]->ThinkMain ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue