1
0
Fork 0

set the /sim/signals/reinit property on reinit, so that aircraft code can

attach listeners. Other relevant stuff should go here, too. (/sim/crashed
could be one.)
This commit is contained in:
mfranz 2006-01-29 16:20:31 +00:00
parent ebe5fc3092
commit 129813e0aa

View file

@ -81,9 +81,10 @@ void reInit(puObject *cb)
fgReInitSubsystems();
globals->get_tile_mgr()->update( fgGetDouble("/environment/visibility-m") );
globals->get_renderer()->resize( xsize, ysize );
fgSetBool("/sim/signals/reinit", true);
// BusyCursor(1);
if ( !freeze ) {