From 681fbaf011cd50eb78473da3daad08196d14f614 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 2 Aug 2007 21:52:58 +0000 Subject: fixed the skins --- src/game/client/game_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 92e5793b..344aaf55 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -15,7 +15,7 @@ using namespace baselib; data_container *data = 0x0; -static int charids[16] = {2,10,0,4,12,6,14,1,9,15,13,11,7,5,8,3}; +static int charids[16] = {2,10,0,4,12,6,9,1,3,15,13,11,7,5,8,14}; static int gametype = GAMETYPE_DM; static int skinseed = 0; -- cgit 1.4.1