mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #920 Remove duplicate checks.
This commit is contained in:
@@ -232,15 +232,12 @@ namespace BlackMisc
|
||||
if (CBuildConfig::isRunningOnWindowsNtPlatform())
|
||||
{
|
||||
fs9 =
|
||||
CBuildConfig::isRunningOnWindowsNtPlatform() &&
|
||||
!CFsCommonUtil::fs9AircraftDir().isEmpty() &&
|
||||
!CFsCommonUtil::fs9Dir().isEmpty();
|
||||
fsx =
|
||||
CBuildConfig::isRunningOnWindowsNtPlatform() &&
|
||||
!CFsCommonUtil::fsxSimObjectsDir().isEmpty() &&
|
||||
!CFsCommonUtil::fsxDir().isEmpty();
|
||||
p3d =
|
||||
CBuildConfig::isRunningOnWindowsNtPlatform() &&
|
||||
!CFsCommonUtil::p3dDir().isEmpty() &&
|
||||
!CFsCommonUtil::p3dSimObjectsDir().isEmpty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user