1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Updated CGlobalVars.

This commit is contained in:
Nicholas Hastings
2013-04-25 11:26:34 -04:00
parent bac49f4e16
commit ebc0633c9d

View File

@ -51,18 +51,14 @@ public:
string_t mapname; string_t mapname;
int mapversion; int mapversion;
string_t startspot; 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 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 // current maxentities
edict_t *pEdicts; int maxEntities;
int serverCount; int serverCount;
edict_t *pEdicts;
}; };
inline CGlobalVars::CGlobalVars( bool bIsClient ) : inline CGlobalVars::CGlobalVars( bool bIsClient ) :