don't allow others to delete our property node
This commit is contained in:
parent
330154263e
commit
9aaac1e352
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class FGUFO: public FGInterface {
|
|||
double Elevator;
|
||||
double Elevator_Trim;
|
||||
double Rudder;
|
||||
SGPropertyNode *Speed_Max;
|
||||
SGPropertyNode_ptr Speed_Max;
|
||||
|
||||
public:
|
||||
FGUFO( double dt );
|
||||
|
|
Loading…
Add table
Reference in a new issue