From cd578a0dc24b3ffbd3afc7cdace9b06e75dd91cd Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 11 Oct 2010 12:32:34 +0200 Subject: moved explosions to front layer. Closes #21 --- src/game/client/gameclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/client/gameclient.cpp') diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 2805800d..df6eb889 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -150,10 +150,10 @@ void CGameClient::OnConsoleInit() m_All.Add(&gs_MapLayersBackGround); // first to render m_All.Add(&m_pParticles->m_RenderTrail); - m_All.Add(&m_pParticles->m_RenderExplosions); m_All.Add(&gs_Items); m_All.Add(&gs_Players); m_All.Add(&gs_MapLayersForeGround); + m_All.Add(&m_pParticles->m_RenderExplosions); m_All.Add(&gs_NamePlates); m_All.Add(&m_pParticles->m_RenderGeneral); m_All.Add(m_pDamageind); -- cgit 1.4.1