diff options
Diffstat (limited to 'src/game/client/cl_skin.h')
| -rw-r--r-- | src/game/client/cl_skin.h | 2 |
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); |