mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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_currentLightsInSim = CAircraftLights();
|
||||
m_lightsAsSent = CAircraftLights();
|
||||
m_requestId = -1;
|
||||
m_objectId = -1;
|
||||
m_requestId = 0;
|
||||
m_objectId = 0;
|
||||
m_lightsRequestedAt = -1;
|
||||
m_validRequestId = false;
|
||||
m_validObjectId = false;
|
||||
m_validObjectId = false;
|
||||
this->resetCameraPositions();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user