From 9a060a0f242eee0b0c95fb21364bce0e790d3528 Mon Sep 17 00:00:00 2001 From: ludde Date: Mon, 1 Aug 2005 16:31:19 +0000 Subject: (svn r2781) Fix some of the issues with variables in .h files. --- gui.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gui.h') 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); -- cgit v1.2.3-54-g00ecf