Fixed particle rendering (#518)

Introduced in 5a1c6d19ff - I'm so dumb D:
I kinda recently noticed some of the SpaceShip particles were missing...
master
krzys-h 2015-07-19 21:15:06 +02:00
parent 8ce3a783bb
commit d3c3f47b19
1 changed files with 1 additions and 1 deletions

View File

@ -3615,7 +3615,7 @@ void CParticle::DrawParticle(int sheet)
{
DrawParticleSphere(i);
}
else if ( m_particle[i].type >= PARTIPLOUF0 ) // cylinder?
else if ( m_particle[i].type == PARTIPLOUF0 ) // cylinder?
{
DrawParticleCylinder(i);
}