fix: adding/removing bots during round restart causes "SZ_GetSpace: tried to write to an uninitialized sizebuf_t: ???"

This commit is contained in:
ds 2020-10-13 12:38:24 +03:00
commit 1cad8919b4
3 changed files with 23 additions and 7 deletions

View file

@ -822,6 +822,7 @@ private:
bool updateLiftStates ();
bool canRunHeavyWeight ();
void markStale ();
void instantChatter (int type);
void update ();
void runMovement ();