1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 09:22:42 +01:00

(svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location

This commit is contained in:
rubidium
2010-07-19 17:11:09 +00:00
parent 5a836cdec7
commit eb30ebe1a4
6 changed files with 9 additions and 4 deletions

View File

@@ -11,6 +11,8 @@
#include "stdafx.h"
char *_log_file; ///< File to reroute output of a forked OpenTTD to
#ifdef ENABLE_NETWORK
#if defined(UNIX) && !defined(__MORPHOS__)