Re: [Flightgear-devel] How to force subsystem reinit from checkbox property toggle?

2003-03-31 Thread Curtis L. Olson
David Luff writes: > I've knocked up an ATC/AI enable/disable dialog using checkboxes, > but if one of the subsystems starts disabled and is then enabled > there is the possibility of update being called without a previous > call to init. I can avoid this by setting an init-done-ok boolean > flag

[Flightgear-devel] How to force subsystem reinit from checkbox property toggle?

2003-03-31 Thread David Luff
I've knocked up an ATC/AI enable/disable dialog using checkboxes, but if one of the subsystems starts disabled and is then enabled there is the possibility of update being called without a previous call to init. I can avoid this by setting an init-done-ok boolean flag in init and checking for i