about summary refs log tree commit diff
path: root/src/game/client/cl_skin.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-18 22:20:35 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-18 22:20:35 +0000
commitd66a2a46efd9369d918a60d5483c23ed39e8dd58 (patch)
tree4e3e1ef791cd3f73d2a2a333aeb3608c130ea92d /src/game/client/cl_skin.cpp
parentb44a3edfe9363163ab129594cba51a989c042644 (diff)
downloadzcatch-d66a2a46efd9369d918a60d5483c23ed39e8dd58.tar.gz
zcatch-d66a2a46efd9369d918a60d5483c23ed39e8dd58.zip
fixed menu switching problems and some compile errors
Diffstat (limited to 'src/game/client/cl_skin.cpp')
-rw-r--r--src/game/client/cl_skin.cpp2
1 files changed, 1 insertions, 1 deletions
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)