Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Sim/Units/
H A DUnit.h217 static void SetSpawnFeature(bool b) { spawnFeature = b; } in SetSpawnFeature()
546 static bool spawnFeature; variable
H A DUnit.cpp74 bool CUnit::spawnFeature = true; member in CUnit
1895 if (unitDef->isFeature && CUnit::spawnFeature) { in FinishedBuilding()