fixed GetGravityG()
Reads sv_gravity
and returns current gravity in standard acceleration units instead of sv_gravity
units.
1.0
.
This function handles extremely large sv_gravity
units by using IntDiv when sv_gravity
is greater than SHORT_MAX, and using FixedDiv otherwise to preserve precision.