From 58d5d2e71725ca9eb5c270d99a94409af0764816 Mon Sep 17 00:00:00 2001 From: 1upD <1upderek@gmail.com> Date: Tue, 6 Nov 2018 18:53:58 -0500 Subject: [PATCH] Revert "Uncommented flaregun" This reverts commit 74407455978bef529e02950e94596ca3df962acc. --- sp/src/game/server/hl2/weapon_flaregun.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sp/src/game/server/hl2/weapon_flaregun.cpp b/sp/src/game/server/hl2/weapon_flaregun.cpp index 12362ec1..d3fd6b15 100644 --- a/sp/src/game/server/hl2/weapon_flaregun.cpp +++ b/sp/src/game/server/hl2/weapon_flaregun.cpp @@ -657,6 +657,8 @@ void CFlare::AddToActiveFlares( void ) } } +#if 0 + IMPLEMENT_SERVERCLASS_ST(CFlaregun, DT_Flaregun) END_SEND_TABLE() @@ -748,4 +750,6 @@ void CFlaregun::SecondaryAttack( void ) pFlare->SetMoveType( MOVETYPE_FLYGRAVITY, MOVECOLLIDE_FLY_BOUNCE ); WeaponSound( SINGLE ); -} \ No newline at end of file +} + +#endif