Home
last modified time | relevance | path

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

/dports/games/xrally/xrally/
H A Dmap.c65 if (map->startFuel < 0) in createMap()
66 map->startFuel = actualFuel = (toMap((map->width)*(map->height)) / STEP * 2) / 3; in createMap()
68 map->startFuel = actualFuel = map->startFuel; in createMap()
264 map->startFuel = -1; in initMap()
H A Dglobal.h73 int startFuel; member
H A Dmain.c343 draw_radar(SONAR, map->radarrange * (actualFuel<0?0:actualFuel) / map->startFuel); in mainGameLoop()
540 if (a % (map->startFuel/FUELPTS_SPEEDHACK) == 0) { in fuelPts()
H A Dlevel.c419 map->startFuel = a; in mapOption()
H A Dgame.c395 …rect(dbuffer(), FUEL_X, FUEL_Y, (FUEL_WIDTH * actualFuel) / map->startFuel, FUEL_HEIGHT, yellow, 1… in draw_info_bar()