continue to play with msec ;)
This commit is contained in:
parent
d4a6a30d3a
commit
b8cb81f97a
3 changed files with 29 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue