From 74407455978bef529e02950e94596ca3df962acc Mon Sep 17 00:00:00 2001 From: Derek Dik Date: Fri, 2 Nov 2018 16:09:54 -0400 Subject: [PATCH] Uncommented flaregun --- sp/src/game/server/hl2/weapon_flaregun.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sp/src/game/server/hl2/weapon_flaregun.cpp b/sp/src/game/server/hl2/weapon_flaregun.cpp index d3fd6b15..12362ec1 100644 --- a/sp/src/game/server/hl2/weapon_flaregun.cpp +++ b/sp/src/game/server/hl2/weapon_flaregun.cpp @@ -657,8 +657,6 @@ void CFlare::AddToActiveFlares( void ) } } -#if 0 - IMPLEMENT_SERVERCLASS_ST(CFlaregun, DT_Flaregun) END_SEND_TABLE() @@ -750,6 +748,4 @@ void CFlaregun::SecondaryAttack( void ) pFlare->SetMoveType( MOVETYPE_FLYGRAVITY, MOVECOLLIDE_FLY_BOUNCE ); WeaponSound( SINGLE ); -} - -#endif +} \ No newline at end of file