From d4d1691fea007b04ad21686e8622efbbe53e9768 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 18 Nov 2007 14:24:34 +0000 Subject: fixed so that the skins are sent over correctly and that team color overrides everything --- src/game/client/cl_skin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/cl_skin.h') diff --git a/src/game/client/cl_skin.h b/src/game/client/cl_skin.h index 84dbc5f2..0b5875b3 100644 --- a/src/game/client/cl_skin.h +++ b/src/game/client/cl_skin.h @@ -1,3 +1,4 @@ +#include "../vmath.h" // do this better and nicer typedef struct @@ -8,6 +9,7 @@ typedef struct const char term[1]; } skin; +vec4 skin_get_color(int v); void skin_init(); int skin_num(); const skin *skin_get(int index); -- cgit 1.4.1