Fixed anim after cs_set_weapon_silenc

This commit is contained in:
Johnny Bergström
2004-03-22 12:20:00 +00:00
parent 431bfbb4d9
commit 95445293a2
2 changed files with 38 additions and 17 deletions

View File

@ -202,10 +202,12 @@ pfnmodule_engine_g* g_engModuleFunc;
//#define CSW_KNIFE 29
#define CSW_P90 30
#define M4A1_UNSILENCED 0
#define M4A1_SILENCED 4
#define USP_UNSILENCED 0
#define USP_SILENCED 1
#define M4A1_SILENCED (1<<2)
#define M4A1_ATTACHSILENCEANIM 6
#define M4A1_DETACHSILENCEANIM 13
#define USP_SILENCED (1<<0)
#define USP_ATTACHSILENCEANIM 7
#define USP_DETACHSILENCEANIM 15
#define GLOCK_SEMIAUTOMATIC 0
#define GLOCK_BURSTMODE 2