From ebc0633c9d7da65196d3b2580e306f8ad39cec25 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Thu, 25 Apr 2013 11:26:34 -0400 Subject: [PATCH] Updated CGlobalVars. --- public/edict.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/public/edict.h b/public/edict.h index 510c631f..606b1734 100644 --- a/public/edict.h +++ b/public/edict.h @@ -51,18 +51,14 @@ public: string_t mapname; int mapversion; string_t startspot; - int maxEntities; - //MapLoadType_t eLoadType; // How the current map was loaded + MapLoadType_t eLoadType; // How the current map was loaded bool bMapLoadFailed; // Map has failed to load, we need to kick back to the main menu - // game specific flags - bool deathmatch; - bool coop; - bool teamplay; // current maxentities - edict_t *pEdicts; + int maxEntities; int serverCount; + edict_t *pEdicts; }; inline CGlobalVars::CGlobalVars( bool bIsClient ) :