|
From: Diogo K. <dk...@bi...> - 2009-02-24 03:09:12
|
Em Ter, 2009-02-24 às 01:16 +0100, Csaba Halász escreveu: > The groundcache fix seems to work fine, thank you. > The fix for the stationary carrier doesn't because: > > (gdb) p _slipping > $1 = true > > To get a stationary carrier edit $FG_ROOT/AI/nimitz_demo.xml and set > <speed> to 0. Ok, just replacing Gear.cpp:648 as below will do it. Now it is tested! ;) Thank you Csaba. Replace this: Math::unit3(cv, dir); by this: Math::unit3(dgear, dir); Regards, Diogo |