summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-08-01 16:31:19 +0000
committerludde <ludde@openttd.org>2005-08-01 16:31:19 +0000
commit9a060a0f242eee0b0c95fb21364bce0e790d3528 (patch)
treedc182cc3e9eea6a1776b7fdc84014ec094051275 /gui.h
parent2ae758a32beeb13fbefcc2bf84dfca20ab24b1f9 (diff)
downloadopenttd-9a060a0f242eee0b0c95fb21364bce0e790d3528.tar.xz
(svn r2781) Fix some of the issues with variables in .h files.
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui.h b/gui.h
index f28a3da31..9118ff695 100644
--- a/gui.h
+++ b/gui.h
@@ -121,8 +121,7 @@ void BuildFileList(void);
void SetFiosType(const byte fiostype);
/* FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */
-static const byte _fios_colors[] = {13, 9, 9, 6, 5, 6, 5};
-
+extern const byte _fios_colors[];
/* network gui */
void ShowNetworkGameWindow(void);