summaryrefslogtreecommitdiff
path: root/win32.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
commit92b329bc148c123ef0a8f66b6b89b622d6728de8 (patch)
tree7fd10ab952d0f9e0869058fc433740e68fe836fb /win32.c
parentc2fd88b9b6f3b10efc6038a1ca67ee4fef2dadde (diff)
downloadopenttd-92b329bc148c123ef0a8f66b6b89b622d6728de8.tar.xz
(svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex)
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32.c b/win32.c
index f9004435b..704326beb 100644
--- a/win32.c
+++ b/win32.c
@@ -2061,6 +2061,7 @@ void DeterminePaths()
_path.lang_dir = str_fmt("%slang\\", cfg);
_config_file = str_fmt("%sopenttd.cfg", _path.personal_dir);
+ _log_file = str_fmt("%sopenttd.log", _path.personal_dir);
// make (auto)save and scenario folder
CreateDirectory(_path.save_dir, NULL);