Home
last modified time | relevance | path

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

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dparticle.h154 PARTIBASE = 124, //! < gases of spaceship enumerator
H A Dparticle.cpp194 type == PARTIBASE || in CreateParticle()
1063 if (m_particle[i].type == PARTIBASE) in FrameParticle()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/auto/
H A Dautobase.cpp967 m_particle->CreateParticle(pos, speed, dim, Gfx::PARTIBASE, 3.0f, 0.0f, 0.0f); in EventProcess()