about summary refs log tree commit diff
path: root/src/game/client/gc_skin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/gc_skin.h')
-rw-r--r--src/game/client/gc_skin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/gc_skin.h b/src/game/client/gc_skin.h
index 3742d04e..d3840302 100644
--- a/src/game/client/gc_skin.h
+++ b/src/game/client/gc_skin.h
@@ -8,6 +8,7 @@ typedef struct
 	int color_texture;
 	char name[31];
 	char term[1];
+	vec3 blood_color;
 } skin;
 
 vec4 skin_get_color(int v);