about summary refs log tree commit diff
path: root/src/game/client/cl_skin.h
diff options
context:
space:
mode:
authorJohan Althoff <teetow@gmail.com>2007-11-18 22:06:41 +0000
committerJohan Althoff <teetow@gmail.com>2007-11-18 22:06:41 +0000
commitb44a3edfe9363163ab129594cba51a989c042644 (patch)
treeb7f56f9118ecd37880f5404b51c7dd8df12ed970 /src/game/client/cl_skin.h
parent65c7ab0a40497887fe38b5c1c49034ecd2a40c81 (diff)
downloadzcatch-b44a3edfe9363163ab129594cba51a989c042644.tar.gz
zcatch-b44a3edfe9363163ab129594cba51a989c042644.zip
fixed so it compiles under windows.
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);