]> git.mxchange.org Git - flightgear.git/commitdiff
density_slugft3 is used before its initialization
authorehofman <ehofman>
Tue, 10 Jun 2003 11:59:17 +0000 (11:59 +0000)
committerehofman <ehofman>
Tue, 10 Jun 2003 11:59:17 +0000 (11:59 +0000)
src/Environment/environment.cxx

index 3452e640668b2e1f5269d01e33bec59c5dc75a86..3441795804053f4b46b9316d9f661567e1e65ee2 100644 (file)
@@ -129,6 +129,7 @@ FGEnvironment::FGEnvironment()
     turbulence_norm(0)
 {
   _setup_tables();
+  _recalc_density();
 }
 
 FGEnvironment::FGEnvironment (const FGEnvironment &env)