mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Fixed several issues detected during testing / review (refs #304)
* MS report 1-5 https://dev.vatsim-germany.org/issues/304#change-1800 * Clang warning https://dev.vatsim-germany.org/boards/22/topics/1982?r=1997#message-1997 * Wrong indexes for dockable widgets, RW: https://dev.vatsim-germany.org/issues/304#note-13 * Fixed wrong offset in Fsuipc class * Improved position handling for floating widgets opened 1st time
This commit is contained in:
@@ -126,7 +126,7 @@ namespace BlackSimPlugin
|
||||
|
||||
// COM Settings, transponder, SB3
|
||||
FSUIPC_Read(0x7b91, 1, &xpdrModeSb3Raw, &dwResult) &&
|
||||
FSUIPC_Read(0x7b92, 1, &xpdrIdentSb3Raw, &dwResult) &&
|
||||
FSUIPC_Read(0x7b93, 1, &xpdrIdentSb3Raw, &dwResult) &&
|
||||
|
||||
// Speeds, situation
|
||||
FSUIPC_Read(0x02b4, 4, &groundspeedRaw, &dwResult) &&
|
||||
|
||||
Reference in New Issue
Block a user