diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 366758d1..4fc20bd3 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -418,7 +418,6 @@ typedef struct typedef struct weaponInfo_s { qboolean registered; - gitem_t *item; char *humanName; qhandle_t handsModel; // the hands don't actually draw, they just position the weapon @@ -473,7 +472,7 @@ typedef struct typedef struct { - qhandle_t models[ MAX_ITEM_MODELS ]; + qhandle_t models[ MAX_BUILDABLE_MODELS ]; animation_t animations[ MAX_BUILDABLE_ANIMATIONS ]; //same number of sounds as animations |