diff options
Diffstat (limited to 'src/game/g_spawn.c')
-rw-r--r-- | src/game/g_spawn.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/g_spawn.c b/src/game/g_spawn.c index f31c9dde..b737a8ab 100644 --- a/src/game/g_spawn.c +++ b/src/game/g_spawn.c @@ -479,10 +479,6 @@ void G_SpawnGEntityFromSpawnVars( void ) { int i; gentity_t *ent; - char *s, *value, *gametypeName; - static char *gametypeNames[ ] = { "ffa", "tournament", "single", - "team", "ctf", "oneflag", - "obelisk", "harvester", "teamtournament" }; // get the next free entity ent = G_Spawn( ); |