Fixed shaky-camera, when bot gets killed.
Make use short bot name here and there. Minor tweaks.
This commit is contained in:
parent
c793ab9ee1
commit
47fefabe66
6 changed files with 14 additions and 6 deletions
|
|
@ -2917,7 +2917,7 @@ void Bot::framePeriodic (void) {
|
|||
// skip some frames
|
||||
m_thinkFps = engine.timebase () + m_thinkInterval;
|
||||
}
|
||||
else {
|
||||
else if (m_notKilled) {
|
||||
processLookAngles ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue