Home
last modified time | relevance | path

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

/dports/games/vor/vor-0.5.8/
H A Dmain.c180 float accelh, accelv, past_ship_dx, past_ship_dy; in new_engine_dots() local
208 accelv = ((ship.jets >> 1) & 1) - ((ship.jets >> 3) & 1); in new_engine_dots()
209 accelv *= THRUSTER_STRENGTH * time; in new_engine_dots()
210 past_ship_dy = ship.dy - accelv; in new_engine_dots()