From c5aa59bd32f7e8d76d0d76860fc727f16f12ba54 Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin Date: Tue, 5 Nov 2019 03:35:06 +0500 Subject: [PATCH] Cleanup. --- dlls/redempt/roy.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dlls/redempt/roy.cpp b/dlls/redempt/roy.cpp index 766d976f..bb9423ba 100644 --- a/dlls/redempt/roy.cpp +++ b/dlls/redempt/roy.cpp @@ -37,11 +37,11 @@ class CRoy : public CBarney { public: - void Spawn( void ); - void Precache( void ); - void BarneyFirePistol( void ); - void AlertSound( void ); - CBaseEntity* CheckTraceHullAttack( float flDist, int iDamage, int iDmgType ); + void Spawn( void ); + void Precache( void ); + void BarneyFirePistol( void ); + void AlertSound( void ); + int TakeDamage( entvars_t* pevInflictor, entvars_t* pevAttacker, float flDamage, int bitsDamageType ); void DeclineFollowing( void );