some code cleanup

started to move game-specific stuff into own class
This commit is contained in:
jeefo 2016-03-05 21:04:46 +03:00
commit fa64fe2ea7
12 changed files with 131 additions and 85 deletions

View file

@ -15,6 +15,7 @@ Localizer locale;
Waypoint waypoints;
BotManager bots;
Engine engine;
Game game;
bool g_canSayBombPlanted = true;
bool g_isMetamod = false;