summaryrefslogtreecommitdiff
path: root/src/highscore.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/highscore.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/highscore.cpp')
-rw-r--r--src/highscore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/highscore.cpp b/src/highscore.cpp
index d56e2f511..beb4d1356 100644
--- a/src/highscore.cpp
+++ b/src/highscore.cpp
@@ -22,6 +22,7 @@
#include "debug.h"
HighScore _highscore_table[5][5]; // 4 difficulty-settings (+ network); top 5
+char *_highscore_file; ///< The file to store the highscore data in.
static const StringID _endgame_perf_titles[] = {
STR_HIGHSCORE_PERFORMANCE_TITLE_BUSINESSMAN,