summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-07-08 17:01:47 +0000
committerTim Angus <tim@ngus.net>2001-07-08 17:01:47 +0000
commit1a5201cc01e66f0002f62ca06ddd62dc0d259283 (patch)
tree5c420d291854d5c03b38fb57dc8f4c0b89be1ec9 /src/cgame
parenta9757052e27d742ca1d4f35f7791648df7f63c8d (diff)
Added more alt fire stuff
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_event.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index 8ad2f3dd..250349c6 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -796,7 +796,10 @@ void CG_EntityEvent( centity_t *cent, vec3_t position ) {
DEBUGNAME("EV_FIRE_WEAPON2");
CG_FireWeapon( cent ); //FIXME:??
break;
-
+ case EV_FIRE_WEAPONBOTH:
+ DEBUGNAME("EV_FIRE_WEAPONBOTH");
+ CG_FireWeapon( cent ); //FIXME:??
+ break;
case EV_USE_ITEM0:
DEBUGNAME("EV_USE_ITEM0");
CG_UseItem( cent );