summaryrefslogtreecommitdiff
path: root/source/cmodel.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-08-27 12:28:35 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-08-27 12:28:35 +0000
commitfa217fd855c6b5ee1ecff2ff3249f78a2f3f109f (patch)
tree9417fc6f8653a102fdeba42922deae712a447819 /source/cmodel.c
parentfaa7d22647190109010e97d789876f1299d71577 (diff)
Removed boolean `map_override' cvar in favor of `map_override_path'. The latter is
empty by default, when set to `maps/' for example, entity strings will be loaded from `maps/*.ent'.
Diffstat (limited to 'source/cmodel.c')
-rw-r--r--source/cmodel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/cmodel.c b/source/cmodel.c
index c2e8872..4e1fe28 100644
--- a/source/cmodel.c
+++ b/source/cmodel.c
@@ -34,7 +34,6 @@ static int floodvalid;
static int checkcount;
static cvar_t *map_noareas;
-static cvar_t *map_override;
void CM_FloodAreaConnections( cm_t *cm );
@@ -1127,6 +1126,5 @@ void CM_Init( void ) {
CM_InitBoxHull();
map_noareas = Cvar_Get( "map_noareas", "0", 0 );
- map_override = Cvar_Get( "map_override", "0", 0 );
}