We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ce754 commit dd6463cCopy full SHA for dd6463c
1 file changed
rF2data.py
@@ -447,7 +447,7 @@ class rF2TrackRules(ctypes.Structure):
447
_pack_ = 4
448
_fields_ = [
449
('mCurrentET', ctypes.c_double), # current time
450
- ('mStage', rF2TrackRulesStage), # current stage
+ ('mStage', ctypes.c_int), # current stage
451
('mPoleColumn', ctypes.c_int), # column assignment where pole position seems to be located
452
('mNumActions', ctypes.c_int), # number of recent actions
453
('pointer1', ctypes.c_ubyte*8),
0 commit comments