mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T180, formatting and minor fixes of FSX driver
* timer no longer a pointer * formatting/comments * unified naming to simObject * default model initialized in derived class (P3D/FSX)
This commit is contained in:
@@ -61,7 +61,7 @@ namespace BlackSimPlugin
|
||||
if (parser.matchesPart(1, "fsuipc") && parser.hasPart(2))
|
||||
{
|
||||
const bool on = parser.toBool(2);
|
||||
const bool s = useFsuipc(on);
|
||||
const bool s = this->useFsuipc(on);
|
||||
return s;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user