Home
last modified time | relevance | path

Searched refs:MAXPARTIFOG (Results 1 – 2 of 2) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dparticle.h48 const short MAXPARTIFOG = 100; variable
352 int m_fog[MAXPARTIFOG] = {};
H A Dparticle.cpp346 if (m_fogTotal < MAXPARTIFOG) in CreateParticle()