aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/g_bot.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/g_bot.c')
-rw-r--r--code/game/g_bot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/game/g_bot.c b/code/game/g_bot.c
index 2ce6fc5..4c9cf8c 100644
--- a/code/game/g_bot.c
+++ b/code/game/g_bot.c
@@ -43,7 +43,6 @@ typedef struct {
int spawnTime;
} botSpawnQueue_t;
-//static int botBeginDelay = 0; // bk001206 - unused, init
static botSpawnQueue_t botSpawnQueue[BOT_SPAWN_QUEUE_DEPTH];
vmCvar_t bot_minplayers;