(svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex)

This commit is contained in:
truelight
2004-12-18 14:19:21 +00:00
parent 3f2d2d8f37
commit 17a613546c
5 changed files with 101 additions and 28 deletions

1
unix.c
View File

@@ -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