ok, got the msec code from podbot_mm, thx kwo

This commit is contained in:
Dmitry 2015-06-09 23:58:10 +03:00
commit 0314cee6d3
3 changed files with 14 additions and 22 deletions

View file

@ -793,10 +793,7 @@ Bot::Bot (edict_t *bot, int difficulty, int personality, int team, int member)
m_lastCommandTime = GetWorldTime () - 0.1f;
m_frameInterval = GetWorldTime ();
m_msecDel = 0.0f;
m_msecVal = 0.0f;
m_msecNum = 0.0f;
m_msecValRest = 0.0f;
m_timePeriodicUpdate = 0.0f;