fixed bots looking at weird positions when spawned
remove useless function calls
This commit is contained in:
parent
11d3ffe20e
commit
b159d3c7f9
3 changed files with 5 additions and 10 deletions
|
|
@ -2880,13 +2880,7 @@ void Bot::ThinkMain (void)
|
|||
m_thinkFps = GetWorldTime () + m_thinkInterval;
|
||||
}
|
||||
else
|
||||
ThinkFrame ();
|
||||
}
|
||||
|
||||
void Bot::ThinkFrame (void)
|
||||
{
|
||||
UpdateLookAngles ();
|
||||
// RunPlayerMovement ();
|
||||
UpdateLookAngles ();
|
||||
}
|
||||
|
||||
void Bot::Think (void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue