Ref T180, minor renaming

This commit is contained in:
Klaus Basan
2017-11-02 19:58:13 +01:00
parent df3dbff8e3
commit 20316fd77d
3 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ namespace BlackMisc
return isMicrosoftSimulator() || p3d();
}
bool CSimulatorInfo::isFsxFamily() const
bool CSimulatorInfo::isFsxP3DFamily() const
{
return fsx() || p3d();
}