From: Mathias Froehlich Date: Sat, 29 May 2010 14:31:58 +0000 (+0200) Subject: Fix an uninitialized value valgrind warning. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a565e90c4f56988e143a73044be0be442b8e3f27;p=flightgear.git Fix an uninitialized value valgrind warning. --- diff --git a/src/AIModel/AIShip.cxx b/src/AIModel/AIShip.cxx index b0e0eb65f..41f09550e 100644 --- a/src/AIModel/AIShip.cxx +++ b/src/AIModel/AIShip.cxx @@ -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(""),