Move the MUZZLE_ definitions over from Nuclide. As they belong here instead.

This commit is contained in:
Marco Cawthorne 2022-08-05 14:43:29 -07:00
parent 3e3439e10e
commit ef00baaa49
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@ vector g_hud_color;
vector g_hudmins;
vector g_hudres;
/* muzzleflash indices */
var int MUZZLE_SMALL;
var int MUZZLE_RIFLE;
var int MUZZLE_WEIRD;
/*
// Do we need these? Note the similarly named "g_hud_color" already above!