mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
refs #268 we can support X-Plane 8, 9, 10, and probably future versions, so CSimulatorInfo shouldn't specify a version
This commit is contained in:
@@ -57,10 +57,10 @@ namespace BlackSim
|
|||||||
return sim;
|
return sim;
|
||||||
}
|
}
|
||||||
|
|
||||||
//! \brief Simulator is XPlane 10
|
//! \brief Simulator is XPlane, unspecified version
|
||||||
static const CSimulatorInfo &XP10()
|
static const CSimulatorInfo &XP()
|
||||||
{
|
{
|
||||||
static CSimulatorInfo sim("XP10", "XPlane 10 (2011)");
|
static CSimulatorInfo sim("XP", "X-Plane");
|
||||||
return sim;
|
return sim;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user