summaryrefslogtreecommitdiff
path: root/src/cgame/cg_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_event.c')
-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 );