summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_event.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index a9fa5138..8ad2f3dd 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -792,6 +792,10 @@ void CG_EntityEvent( centity_t *cent, vec3_t position ) {
DEBUGNAME("EV_FIRE_WEAPON");
CG_FireWeapon( cent );
break;
+ case EV_FIRE_WEAPON2:
+ DEBUGNAME("EV_FIRE_WEAPON2");
+ CG_FireWeapon( cent ); //FIXME:??
+ break;
case EV_USE_ITEM0:
DEBUGNAME("EV_USE_ITEM0");