- Guillaume Chauvat: Renit action-sim.nas after a reset, so any damaged gear get repared.
This commit is contained in:
parent
f54e6be7c0
commit
1abcc4e472
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ var update_actions = func {
|
||||||
|
|
||||||
# Setup listener call to start update loop once the fdm is initialized
|
# Setup listener call to start update loop once the fdm is initialized
|
||||||
#
|
#
|
||||||
setlistener("sim/signals/fdm-initialized", init_actions);
|
setlistener("sim/signals/fdm-initialized", init_actions);
|
||||||
|
setlistener("sim/signals/reset", init_actions);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue