Home
last modified time | relevance | path

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

/dports/games/uqm/uqm-0.8.0/src/uqm/planets/
H A Dplandata.h174 FIRST_GAS_GIANT, enumerator
175 BLU_GAS_GIANT = FIRST_GAS_GIANT, /* Gas Giants */
198 #define NUMBER_OF_GAS_GIANTS (LAST_GAS_GIANT - FIRST_GAS_GIANT + 1)
H A Dorbits.c566 if (pPD->data_index < FIRST_GAS_GIANT) in FillOrbits()
H A Dscan.c135 if (val >= FIRST_GAS_GIANT) in GetPlanetTitle()
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Duqmdebug.c1337 if (typeIndex >= FIRST_GAS_GIANT) in planetTypeString()