Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/dataobj/
H A Drecords.cc24 case water_wt: return max_ship_speed.speed; in get_record_speed()
37 max_ship_speed.speed = 0; in clear_speed_records()
51 case water_wt: sr = &max_ship_speed; break; in notify_record()
H A Drecords.h63 speed_record_t max_ship_speed; variable
/dports/games/uqm/uqm-0.8.0/src/uqm/planets/
H A Dplanets.h226 BYTE max_ship_speed; member
H A Dsolarsys.c349 pSolarSysState->max_ship_speed = (BYTE)( in initSolarSysSISCharacteristics()
779 max_speed = pSolarSysState->max_ship_speed; in flagship_inertial_thrust()
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Duqmdebug.c359 pSolarSysState->max_ship_speed = 5 * IP_SHIP_THRUST_INCREMENT; in equipShip()
362 pSolarSysState->max_ship_speed += IP_SHIP_THRUST_INCREMENT; in equipShip()