From 17a613546cfce5f963d47575f6847830f40cd053 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 18 Dec 2004 14:19:21 +0000 Subject: (svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex) --- unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'unix.c') 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 -- cgit v1.2.3-54-g00ecf