diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 03bdff036..f03c37e09 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -177,7 +177,6 @@ void CGameClient::OnConsoleInit() m_All.Add(m_pCountryFlags); m_All.Add(m_pMapimages); m_All.Add(m_pEffects); // doesn't render anything, just updates effects - m_All.Add(m_pParticles); m_All.Add(m_pBinds); m_All.Add(&m_pBinds->m_SpecialBinds); m_All.Add(m_pControls);