summaryrefslogtreecommitdiff
path: root/src/openttd.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/openttd.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/openttd.cpp')
-rw-r--r--src/openttd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index b6d20e937..c17d15652 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -91,6 +91,7 @@ extern void SetDifficultyLevel(int mode, DifficultySettings *gm_opt);
extern Company *DoStartupNewCompany(bool is_ai, CompanyID company = INVALID_COMPANY);
extern void ShowOSErrorBox(const char *buf, bool system);
extern bool _dedicated_forks;
+extern char *_config_file;
/**
* Error handling for fatal user errors.