Home
last modified time | relevance | path

Searched refs:PARTIPART (Results 1 – 3 of 3) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dparticle.h113 PARTIPART = 67, //! < object part enumerator
H A Dparticle.cpp833 if ( m_particle[i].type == PARTIPART && in FrameParticle()
1885 if (m_particle[i].type == PARTIPART) in FrameParticle()
3387 if (m_particle[i].type == PARTIPART) continue; in DrawParticle()
H A Dpyro.cpp1638 int channel = m_particle->CreatePart(pos, speed, PARTIPART, 10.0f, 20.0f, weight, 0.5f); in ExploStart()