Merge branch 'sohl1.2' into zombie-x

This commit is contained in:
Andrey Akhmichin 2021-06-20 04:48:28 +05:00
commit d96cb2bbce

View File

@ -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
}