Browse Source

Cleanup.

redempt
Andrey Akhmichin 5 years ago
parent
commit
c5aa59bd32
  1. 2
      dlls/redempt/roy.cpp

2
dlls/redempt/roy.cpp

@ -41,7 +41,7 @@ public:
void Precache( void ); void Precache( void );
void BarneyFirePistol( void ); void BarneyFirePistol( void );
void AlertSound( void ); void AlertSound( void );
CBaseEntity* CheckTraceHullAttack( float flDist, int iDamage, int iDmgType );
int TakeDamage( entvars_t* pevInflictor, entvars_t* pevAttacker, float flDamage, int bitsDamageType ); int TakeDamage( entvars_t* pevInflictor, entvars_t* pevAttacker, float flDamage, int bitsDamageType );
void DeclineFollowing( void ); void DeclineFollowing( void );

Loading…
Cancel
Save