Fix a string clearance issue with certain compilers.
This commit is contained in:
parent
ead3dd3d5c
commit
a97b69056e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ CLASS IMPLEMENTATION
|
|||
|
||||
FGEngine::FGEngine(FGFDMExec* exec)
|
||||
{
|
||||
Name.clear();
|
||||
Name = "";
|
||||
Type = etUnknown;
|
||||
X = Y = Z = 0.0;
|
||||
EnginePitch = EngineYaw = 0.0;
|
||||
|
|
Loading…
Reference in a new issue