(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

View File

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