]> git.mxchange.org Git - flightgear.git/commit
Fix an uninitialized data condition that crept in during the recent
authorandy <andy>
Fri, 10 Mar 2006 19:47:23 +0000 (19:47 +0000)
committerandy <andy>
Fri, 10 Mar 2006 19:47:23 +0000 (19:47 +0000)
commitd47eefb00ce5b6fcd3a4a8320a4ccfda070ff35f
treed934b110b7c83c768ed54afa83e01193cfbf17e5
parent91c024ebece37921988b111bfbf1e6f958d10dd4
Fix an uninitialized data condition that crept in during the recent
groundcache addition -- the ground callback doesn't do anything at
solution time, so the ground plane was unset.  Valgrind was whining
about this; it's not clear that it was actually causing a problem.
src/FDM/YASim/Airplane.cpp
src/FDM/YASim/Model.cpp