fixed grav2accel(fixed sv_gravity)
Converts sv_gravity units to acceleration (mapunits^2 per tic).
sv_gravity
grav2accel(800.0) -> 1.0; grav2accel(0) -> 0.0; grav2accel(1600.0) -> 2.0;