1
0
Fork 0

emit signal /sim/signals/fdm-initialized when the FDM is up; this is

useful to attach listeners and have their functions run at a time when
they can safely access FDM generated properties
This commit is contained in:
mfranz 2006-10-26 09:07:41 +00:00
parent 9827a79987
commit 546d76269a

View file

@ -156,6 +156,7 @@ void fgUpdateTimeDepCalcs() {
if ( !inited ) {
inited = true;
fgSetBool("/sim/signals/fdm-initialized", true);
}
if ( replay_state->getIntValue() == 0 ) {