aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/ai_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/ai_main.c')
-rw-r--r--code/game/ai_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/code/game/ai_main.c b/code/game/ai_main.c
index b0cfd70..0250dd9 100644
--- a/code/game/ai_main.c
+++ b/code/game/ai_main.c
@@ -1626,9 +1626,6 @@ int BotInitLibrary(void) {
//game directory
trap_Cvar_VariableStringBuffer("fs_game", buf, sizeof(buf));
if (strlen(buf)) trap_BotLibVarSet("gamedir", buf);
- //cd directory
- trap_Cvar_VariableStringBuffer("fs_cdpath", buf, sizeof(buf));
- if (strlen(buf)) trap_BotLibVarSet("cddir", buf);
//home directory
trap_Cvar_VariableStringBuffer("fs_homepath", buf, sizeof(buf));
if (strlen(buf)) trap_BotLibVarSet("homedir", buf);