mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
[MSFS] Rename FS2020 to MSFS
This commit is contained in:
committed by
Mat Sutcliffe
parent
74679137d1
commit
7e04a2c40f
@@ -83,9 +83,9 @@ namespace BlackMisc
|
||||
return getSimulator().testFlag(FG);
|
||||
}
|
||||
|
||||
bool CSimulatorInfo::isFS2020() const
|
||||
bool CSimulatorInfo::isMSFS() const
|
||||
{
|
||||
return getSimulator().testFlag(FS2020);
|
||||
return getSimulator().testFlag(MSFS);
|
||||
}
|
||||
|
||||
bool CSimulatorInfo::isAnySimulator() const
|
||||
@@ -251,7 +251,7 @@ namespace BlackMisc
|
||||
{
|
||||
s |= P3D;
|
||||
}
|
||||
if (i.contains("fs2020")) { s |= FS2020; }
|
||||
if (i.contains("msfs")) { s |= MSFS; }
|
||||
return s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user