(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

@@ -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,