From 3ee6fae6fcbab34b40451066aa0d707b74a0a2cc Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Wed, 19 Oct 2022 21:44:39 +0300 Subject: [PATCH] Update shock glow effect on player (#340) --- dlls/player.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/player.cpp b/dlls/player.cpp index 44415ace..92612d20 100644 --- a/dlls/player.cpp +++ b/dlls/player.cpp @@ -1839,6 +1839,8 @@ void CBasePlayer::PreThink( void ) m_afButtonPressed = buttonsChanged & pev->button; // The changed ones still down are "pressed" m_afButtonReleased = buttonsChanged & ( ~pev->button ); // The ones not down are "released" + GlowShellUpdate(); + g_pGameRules->PlayerThink( this ); if( g_fGameOver )