Home
last modified time | relevance | path

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

/dports/games/alienblaster/alienblaster/src/
H A Dformation.cc172 FormationTypes newFormationType = (FormationTypes)(rand() % (NR_FORMATION_TYPES-1)); in chooseNewFormationType()
174 newFormationType = (FormationTypes)(NR_FORMATION_TYPES - 1); in chooseNewFormationType()
H A Dglobal.cc216 for ( int i = 0; i < NR_FORMATION_TYPES; i++ ) { in parseGlobalConfigValues()
H A Denemys.cc133 FormationTypes whichFormation = (FormationTypes)(rand() % NR_FORMATION_TYPES); in generateEnemys()
H A Dglobal.h400 const int NR_FORMATION_TYPES = 4; variable