From 6c60f3bcbb8d6c5afd2ef815f8a6307336a86f3d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 10 Mar 2008 19:39:30 +0000 Subject: fixed error in the skin selection due to special skins --- src/game/client/gc_menu.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/client') diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp index cc6363f7..046b4f13 100644 --- a/src/game/client/gc_menu.cpp +++ b/src/game/client/gc_menu.cpp @@ -1261,7 +1261,10 @@ static void menu2_render_settings_player(RECT main_view) // no special skins if(s->name[0] == 'x' && s->name[1] == '_') + { + num++; continue; + } char buf[128]; str_format(buf, sizeof(buf), "%s", s->name); -- cgit 1.4.1