summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-18 14:19:21 +0000
committertruelight <truelight@openttd.org>2004-12-18 14:19:21 +0000
commit17a613546cfce5f963d47575f6847830f40cd053 (patch)
tree7fd10ab952d0f9e0869058fc433740e68fe836fb /unix.c
parent3f2d2d8f3726801fd179bbb41ecd785befc320e8 (diff)
downloadopenttd-17a613546cfce5f963d47575f6847830f40cd053.tar.xz
(svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex)
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix.c b/unix.c
index 46fdfbcb7..6e43d2878 100644
--- a/unix.c
+++ b/unix.c
@@ -500,6 +500,7 @@ void DeterminePaths()
_path.gm_dir = str_fmt("%sgm/", _path.game_data_dir);
_path.data_dir = str_fmt("%sdata/", _path.game_data_dir);
_config_file = str_fmt("%sopenttd.cfg", _path.personal_dir);
+ _log_file = str_fmt("%sopenttd.log", _path.personal_dir);
#if defined CUSTOM_LANG_DIR
// sets the search path for lng files to the custom one