diff options
Diffstat (limited to 'source/cmodel.c')
-rw-r--r-- | source/cmodel.c | 2 |
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 ); } |