Fixed shaky-camera, when bot gets killed.

Make use short bot  name here and there.
Minor tweaks.
This commit is contained in:
Dmitry 2019-05-11 15:28:13 +03:00 committed by jeefo
commit 47fefabe66
6 changed files with 14 additions and 6 deletions

View file

@ -2917,7 +2917,7 @@ void Bot::framePeriodic (void) {
// skip some frames
m_thinkFps = engine.timebase () + m_thinkInterval;
}
else {
else if (m_notKilled) {
processLookAngles ();
}
}