Move the MUZZLE_ definitions over from Nuclide. As they belong here instead.
This commit is contained in:
parent
d457262d0c
commit
bfed23ca7a
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ var string g_cs_scope6;
|
|||
var string g_cs_scope7;
|
||||
var string g_cs_scope8;
|
||||
|
||||
/* muzzleflash indices */
|
||||
var int MUZZLE_SMALL;
|
||||
var int MUZZLE_RIFLE;
|
||||
var int MUZZLE_WEIRD;
|
||||
|
||||
struct
|
||||
{
|
||||
/* hud.c */
|
||||
|
|
Loading…
Reference in a new issue