]> git.mxchange.org Git - flightgear.git/commitdiff
Fix an uninitialized value valgrind warning.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 29 May 2010 14:31:58 +0000 (16:31 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 29 May 2010 14:31:58 +0000 (16:31 +0200)
src/AIModel/AIShip.cxx

index b0e0eb65f00f8c5022a607055a7d054ab19575f4..41f09550e010caa143ee71695889c81e17ace689 100644 (file)
@@ -52,6 +52,7 @@ _next_run(0),
 _lead_angle(0),
 _xtrack_error(0),
 _tunnel(false),
+_initial_tunnel(false),
 _curr_alt(0),
 _prev_alt(0),
 _until_time(""),