summaryrefslogtreecommitdiff
path: root/src/cgame/cg_local.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-03-29 05:47:59 +0000
committerTim Angus <tim@ngus.net>2003-03-29 05:47:59 +0000
commitb8111f05848c2778ca1cb201e4c24df5fcdd0c26 (patch)
tree82685aeef9f1c65152be2c682cac837e18e35e36 /src/cgame/cg_local.h
parent81ee503696d9d5973713afba2afc06b82e41fca8 (diff)
* Rewrote the weapon loader to reference a set of weapon.cfg files
* Removed the code deprecated by the above change * Fixed a typo in tremulous.h
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r--src/cgame/cg_local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h
index 05783824..e1488cba 100644
--- a/src/cgame/cg_local.h
+++ b/src/cgame/cg_local.h
@@ -436,7 +436,8 @@ typedef struct weaponInfo_s
qhandle_t weaponIcon;
qhandle_t ammoIcon;
- qhandle_t ammoModel;
+ qhandle_t crossHair;
+ int crossHairSize;
qhandle_t missileModel;
sfxHandle_t missileSound;