summaryrefslogtreecommitdiff
path: root/source/cl_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_local.h')
-rw-r--r--source/cl_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_local.h b/source/cl_local.h
index 3acede2..886065b 100644
--- a/source/cl_local.h
+++ b/source/cl_local.h
@@ -54,7 +54,7 @@ typedef struct clientinfo_s {
char cinfo[MAX_QPATH];
qhandle_t skin;
qhandle_t icon;
- char iconname[MAX_QPATH];
+ char model_name[MAX_QPATH];
qhandle_t model;
qhandle_t weaponmodel[MAX_CLIENTWEAPONMODELS];
} clientinfo_t;