We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b79c67 commit 57dfd05Copy full SHA for 57dfd05
Client/mods/deathmatch/logic/CClientModelCacheManager.cpp
@@ -104,8 +104,7 @@ void CClientModelCacheManagerImpl::DoPulse(void)
104
m_TickCountNow = CTickCount::Now();
105
ClearStats();
106
107
- CClientPlayer* m_pLocalPlayer = g_pClientGame->GetLocalPlayer();
108
- if (!m_pLocalPlayer)
+ if (!g_pClientGame->GetLocalPlayer())
109
return;
110
111
m_fGameFps = g_pGame->GetFPS();
0 commit comments