Home
last modified time | relevance | path

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

/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dsar.h53 FLIGHT_PHYSICS_EASY, enumerator
H A Dcmdoption.c450 opt->flight_physics_level = FLIGHT_PHYSICS_EASY; in SARCmdOption()
H A Dsarkey.c968 case FLIGHT_PHYSICS_EASY: in SARKeyFlightPhysicsDifficulty()
977 opt->flight_physics_level = FLIGHT_PHYSICS_EASY; in SARKeyFlightPhysicsDifficulty()
H A Dmain.c2357 …(Boolean)((opt->flight_physics_level == FLIGHT_PHYSICS_EASY) ? True : False), /* Pitch nullzone? */ in SARManage()
2358 … (Boolean)((opt->flight_physics_level == FLIGHT_PHYSICS_EASY) ? True : False), /* Bank nullzone? */ in SARManage()
H A Dsarmenuoptions.c1765 case FLIGHT_PHYSICS_EASY: in SARMenuOptionsFetch()
2430 opt->flight_physics_level = FLIGHT_PHYSICS_EASY; in SARMenuOptionsSpinCB()
H A Dsimop.c3206 case FLIGHT_PHYSICS_EASY: in SARSimApplyGCTL()