some code cleanup
started to move game-specific stuff into own class
This commit is contained in:
parent
e4b4e92e10
commit
fa64fe2ea7
12 changed files with 131 additions and 85 deletions
|
|
@ -15,6 +15,7 @@ Localizer locale;
|
|||
Waypoint waypoints;
|
||||
BotManager bots;
|
||||
Engine engine;
|
||||
Game game;
|
||||
|
||||
bool g_canSayBombPlanted = true;
|
||||
bool g_isMetamod = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue