uninitialized variable fix from Vivian Meazza
This commit is contained in:
parent
f0bfb4d137
commit
d30398f2b2
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ bool FGAICarrier::init(bool search_in_AI_path) {
|
|||
base_course = hdg;
|
||||
base_speed = speed;
|
||||
|
||||
pos_norm = 0;
|
||||
pos_norm = raw_pos_norm = 0;
|
||||
elevators = false;
|
||||
transition_time = 150;
|
||||
time_constant = 0.005;
|
||||
|
|
Loading…
Reference in a new issue