mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T307, request/object id are DWORD (unsigned)
This commit is contained in:
@@ -141,11 +141,11 @@ namespace BlackSimPlugin
|
|||||||
m_camera = false;
|
m_camera = false;
|
||||||
m_currentLightsInSim = CAircraftLights();
|
m_currentLightsInSim = CAircraftLights();
|
||||||
m_lightsAsSent = CAircraftLights();
|
m_lightsAsSent = CAircraftLights();
|
||||||
m_requestId = -1;
|
m_requestId = 0;
|
||||||
m_objectId = -1;
|
m_objectId = 0;
|
||||||
m_lightsRequestedAt = -1;
|
m_lightsRequestedAt = -1;
|
||||||
m_validRequestId = false;
|
m_validRequestId = false;
|
||||||
m_validObjectId = false;
|
m_validObjectId = false;
|
||||||
this->resetCameraPositions();
|
this->resetCameraPositions();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user