continue to play with msec ;)

This commit is contained in:
Dmitry 2015-06-09 23:31:46 +03:00
commit b8cb81f97a
3 changed files with 29 additions and 4 deletions

View file

@ -793,6 +793,11 @@ 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_timePeriodicUpdate = 0.0f;
bot->v.idealpitch = bot->v.v_angle.x;