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:
Klaus Basan
2017-11-04 21:06:16 +01:00
parent 68225e7bf6
commit ce7ae9701d
4 changed files with 50 additions and 55 deletions

View File

@@ -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;