Then just add this:
fgsetbool("sim/initialised",true);
at line 1436 of main.cxx so the function reads like this:
if ( idle_state == 1000 ) {
// We've finished all our initialization steps, from now on we
// run the main loop.
fgsetbool("sim/initialised",true);
That's not all, because it should work for a reset also.
I've put an update in CVS. /sim/initialised should now indicate when we're ready to go.
Erik
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
