Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/missions/
H A Dcp_mission_intercept.cpp226 const float TARGET_INS_PROBABILITY = 0.25; in CP_InterceptMissionAvailableUFOs() local
234 if (frand() < TARGET_INS_PROBABILITY) { in CP_InterceptMissionAvailableUFOs()