Cosmetic change.

This commit is contained in:
jeefo 2019-09-22 00:39:24 +03:00
commit 70e0767ce0
2 changed files with 26 additions and 26 deletions

View file

@ -9,7 +9,7 @@
#pragma once
// bot creation tab
struct CreateQueue {
struct BotRequest {
bool manual;
int difficulty;
int team;
@ -52,7 +52,7 @@ private:
Array <edict_t *> m_activeGrenades; // holds currently active grenades on the map
Array <edict_t *> m_intrestingEntities; // holds currently intresting entities on the map
SmallArray <CreateQueue> m_creationTab; // bot creation tab
SmallArray <BotRequest> m_addRequests; // bot creation tab
SmallArray <BotTask> m_filters; // task filters
SmallArray <UniqueBot> m_bots; // all available bots