Cosmetic change.
This commit is contained in:
parent
5e23079ecc
commit
70e0767ce0
2 changed files with 26 additions and 26 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue