From 0841eb65f0a68030561a78fc33bd5ef2899fd2b5 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Wed, 4 Sep 2019 04:39:46 +0200 Subject: [PATCH] Scientist Hunt: Set the double barrel muzzle flash. --- src/shared/scihunt/w_cannon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/scihunt/w_cannon.c b/src/shared/scihunt/w_cannon.c index e8055b68..c00e07d3 100644 --- a/src/shared/scihunt/w_cannon.c +++ b/src/shared/scihunt/w_cannon.c @@ -117,6 +117,7 @@ void w_cannon_primary(void) return; } + View_SetMuzzleflash(MUZZLE_SMALL); Weapons_ViewPunchAngle([-5,0,0]); #else if (pl.cannon_mag != 2) {