Client: Remove the game specific MUZZLE index definitions, as they're really only used in some of the sub-games.

This commit is contained in:
Marco Cawthorne 2022-08-05 14:45:29 -07:00
parent 8729e973ad
commit 8a9c26daef
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 5 deletions

View File

@ -65,11 +65,6 @@ var bool autocvar_cl_crouch_toggle = false;
var float PART_DUSTMOTE;
var float PART_BURNING;
/* muzzleflash indices */
var int MUZZLE_SMALL;
var int MUZZLE_RIFLE;
var int MUZZLE_WEIRD;
/* misc globals */
vector video_mins;
vector video_res;