From d66a2a46efd9369d918a60d5483c23ed39e8dd58 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 18 Nov 2007 22:20:35 +0000 Subject: fixed menu switching problems and some compile errors --- src/game/client/cl_skin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/cl_skin.cpp') diff --git a/src/game/client/cl_skin.cpp b/src/game/client/cl_skin.cpp index fcdd0207..c0e747ac 100644 --- a/src/game/client/cl_skin.cpp +++ b/src/game/client/cl_skin.cpp @@ -10,7 +10,7 @@ enum MAX_SKINS=256, }; -static skin skins[MAX_SKINS] = {0}; +static skin skins[MAX_SKINS] = {{0}}; static int num_skins = 0; static void skinscan(const char *name, int is_dir, void *user) -- cgit 1.4.1