Home
last modified time | relevance | path

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

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Ddestruct.c159 unsigned int explofill; member
1332 exploRec[i].explofill = exploDensity[shottype]; in JE_makeExplosion()
1339 exploRec[i].explofill = (mt_rand() % 60) + 20; in JE_makeExplosion()
1857 for (j = 0; j < exploRec[i].explofill; j++) in DE_RunTickExplosions()