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