From 0d7cea5756eac7086be99458160c635802658d55 Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Mon, 8 Aug 2022 02:18:09 +0300 Subject: [PATCH] Sync crowbar.cpp with master (#312) --- dlls/crowbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/crowbar.cpp b/dlls/crowbar.cpp index b7245b40..5342e7c2 100644 --- a/dlls/crowbar.cpp +++ b/dlls/crowbar.cpp @@ -337,7 +337,7 @@ int CCrowbar::Swing( int fFirst ) SetThink( &CCrowbar::Smack ); pev->nextthink = gpGlobals->time + 0.2f; #endif -#ifdef CROWBAR_DELAY_FIX +#if CROWBAR_DELAY_FIX m_flNextPrimaryAttack = UTIL_WeaponTimeBase() + 0.25f; #else m_flNextPrimaryAttack = GetNextAttackDelay( 0.25f );