Skip to content

Commit

Permalink
fix for issues/112
Browse files Browse the repository at this point in the history
wrong types for AICreateNonATCAircraft #112
  • Loading branch information
odwdinc authored Feb 13, 2022
1 parent 13ff77f commit 7fe6be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimConnect/Attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ def __init__(self, library_path):
self.AICreateNonATCAircraft.restype = HRESULT
self.AICreateNonATCAircraft.argtypes = [
HANDLE,
c_double,
c_double,
c_char_p,
c_char_p,
SIMCONNECT_DATA_INITPOSITION,
self.DATA_REQUEST_ID,
]
Expand Down

0 comments on commit 7fe6be8

Please sign in to comment.