mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Ref T180, minor renaming
This commit is contained in:
@@ -111,7 +111,7 @@ namespace BlackMisc
|
||||
return isMicrosoftSimulator() || p3d();
|
||||
}
|
||||
|
||||
bool CSimulatorInfo::isFsxFamily() const
|
||||
bool CSimulatorInfo::isFsxP3DFamily() const
|
||||
{
|
||||
return fsx() || p3d();
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@ namespace BlackMisc
|
||||
bool isMicrosoftOrPrepare3DSimulator() const;
|
||||
|
||||
//! FSX family, i.e. FSX or P3D?
|
||||
bool isFsxFamily() const;
|
||||
bool isFsxP3DFamily() const;
|
||||
|
||||
//! Number simulators selected
|
||||
int numberSimulators() const;
|
||||
|
||||
Reference in New Issue
Block a user