(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 035d0ef16b
commit 54ec48f7ce
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__)