1
0
Fork 0

submodel: Fix -Wreorder warnings

Signed-off-by: onox <denkpadje@gmail.com>
This commit is contained in:
onox 2015-05-29 00:32:57 +02:00 committed by Erik Hofman
parent 56a014cdc7
commit 7aaa0772df

View file

@ -175,10 +175,10 @@ private:
double _el_random_error; // maximum elevation error in degrees
bool _aero_stabilised; // if true, object will align with trajectory
double _drag_area; // equivalent drag area in ft2
double _buoyancy; // fps^2
double _cd; // current drag coefficient
double _init_cd; // initial drag coefficient
double _cd_randomness; // randomness of Cd. 1.0 means +- 100%, 0.0 means no randomness
double _buoyancy; // fps^2
double _life_timer; // seconds
bool _wind; // if true, local wind will be applied to object
double _mass; // slugs