unix.c
changeset 704 a526dc96fbfc
parent 569 2e86ae517874
child 770 89dab23f04ca
--- a/unix.c	Sat Dec 18 13:38:27 2004 +0000
+++ b/unix.c	Sat Dec 18 14:19:21 2004 +0000
@@ -500,6 +500,7 @@
 	_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