diff --git a/cl_dll/tri.cpp b/cl_dll/tri.cpp index b6ea1672..52119143 100644 --- a/cl_dll/tri.cpp +++ b/cl_dll/tri.cpp @@ -243,7 +243,6 @@ extern ParticleSystemManager* g_pParticleSystems; // LRC void DLLEXPORT HUD_DrawTransparentTriangles( void ) { -<<<<<<< HEAD BlackFog(); //22/03/03 LRC: shiny surfaces @@ -258,10 +257,7 @@ void DLLEXPORT HUD_DrawTransparentTriangles( void ) // LRC: draw and update particle systems g_pParticleSystems->UpdateSystems(fTime - fOldTime); -#if defined( TEST_IT ) -======= #if TEST_IT ->>>>>>> master // Draw_Triangles(); #endif }