Home
last modified time | relevance | path

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

/dports/games/xrally/xrally/maps/
H A DTest Level24 # fuelpts <fuel pts>
29fuelpts is positive, you will receive (remainingFuel / fuelpts) extra points at the end of the lev…
53 fuelpts 5
61 fuelpts -5
H A DRunner8 fuelpts -5
H A DSilver Level12 fuelpts -5
/dports/games/xrally/xrally/
H A Dmain.c525 if (map->fuelpts == 0) in fuelPts()
536 if (map->fuelpts > 0 && a % map->fuelpts == 0) // Fuel for points in fuelPts()
538 else if (map->fuelpts < 0) // Points for fuel in fuelPts()
539 add_score(&score, &level, -map->fuelpts); // Remenber that fuelpts is negative in fuelPts()
H A Dglobal.h75 int fuelpts; member
H A Dmap.c266 map->fuelpts = 5; in initMap()
H A Dlevel.c428 map->fuelpts = a; in mapOption()
/dports/games/xrally/xrally/doc/
H A DLEVELS73 || fuelpts <POINTS> ||
74 …ve, you will receive (remainingFuel / fuelpts) extra points. If negative, you will receive (remain…