Skip to content

Commit 7fe6be8

Browse files
authored
fix for issues/112
wrong types for AICreateNonATCAircraft #112
1 parent 13ff77f commit 7fe6be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimConnect/Attributes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ def __init__(self, library_path):
582582
self.AICreateNonATCAircraft.restype = HRESULT
583583
self.AICreateNonATCAircraft.argtypes = [
584584
HANDLE,
585-
c_double,
586-
c_double,
585+
c_char_p,
586+
c_char_p,
587587
SIMCONNECT_DATA_INITPOSITION,
588588
self.DATA_REQUEST_ID,
589589
]

0 commit comments

Comments
 (0)