summaryrefslogtreecommitdiff
path: root/src/dedicated.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 17:11:09 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 17:11:09 +0000
commiteb30ebe1a4b5b6b5fef98331ec91c1d23b4a00cc (patch)
tree048f55dc7bb47f2f254ad5935353ad6b68f9a32c /src/dedicated.cpp
parent5a836cdec79cea79ff3ef69c08f13a0546c6dacd (diff)
downloadopenttd-eb30ebe1a4b5b6b5fef98331ec91c1d23b4a00cc.tar.xz
(svn r20188) -Codechange: unVARDEF the _[config|log|highscore]_file variables and move them to a more logical location
Diffstat (limited to 'src/dedicated.cpp')
-rw-r--r--src/dedicated.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dedicated.cpp b/src/dedicated.cpp
index bdfbf2c54..1de4d3a49 100644
--- a/src/dedicated.cpp
+++ b/src/dedicated.cpp
@@ -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__)