Whitespace cleanup
This commit is contained in:
parent
3e98bccbaf
commit
3f162abf09
1 changed files with 5 additions and 5 deletions
|
@ -226,11 +226,11 @@ private:
|
||||||
string trans_ident; // transmitted ident
|
string trans_ident; // transmitted ident
|
||||||
bool tower_failed; // tower failed?
|
bool tower_failed; // tower failed?
|
||||||
|
|
||||||
// Pointers to current users position and orientation
|
// Pointers to current users position and orientation
|
||||||
SGPropertyNode* user_lon_node;
|
SGPropertyNode* user_lon_node;
|
||||||
SGPropertyNode* user_lat_node;
|
SGPropertyNode* user_lat_node;
|
||||||
SGPropertyNode* user_elev_node;
|
SGPropertyNode* user_elev_node;
|
||||||
SGPropertyNode* user_hdg_node;
|
SGPropertyNode* user_hdg_node;
|
||||||
|
|
||||||
// Details of the general traffic flow etc in the circuit
|
// Details of the general traffic flow etc in the circuit
|
||||||
double crosswind_leg_pos; // Distance from threshold crosswind leg is being turned to in meters (actual operation - *not* ideal circuit)
|
double crosswind_leg_pos; // Distance from threshold crosswind leg is being turned to in meters (actual operation - *not* ideal circuit)
|
||||||
|
|
Loading…
Add table
Reference in a new issue