From ebc324c51129913005829783f8ea76b490bd4fcb Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 14 Apr 2006 20:35:47 +0000 Subject: * Output botlib.log in a sensible place (from Erik Auerswald) git-svn-id: svn://svn.icculus.org/quake3/trunk@705 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/game/ai_main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code/game') diff --git a/code/game/ai_main.c b/code/game/ai_main.c index c032bcd..f67af0e 100644 --- a/code/game/ai_main.c +++ b/code/game/ai_main.c @@ -1628,6 +1628,9 @@ int BotInitLibrary(void) { //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); // #ifdef MISSIONPACK trap_BotLibDefine("MISSIONPACK"); -- cgit v1.2.3