1
0
Fork 0

autopilot reinit() now reloads config file.

This commit is contained in:
curt 2004-02-03 20:17:57 +00:00
parent 570ea80a36
commit c4bca03ec2

View file

@ -563,6 +563,7 @@ void FGXMLAutopilot::init() {
void FGXMLAutopilot::reinit() {
components.clear();
init();
build();
}