Skip to content

Commit dd6463c

Browse files
committed
Enum fix
1 parent 46ce754 commit dd6463c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rF2data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ class rF2TrackRules(ctypes.Structure):
447447
_pack_ = 4
448448
_fields_ = [
449449
('mCurrentET', ctypes.c_double), # current time
450-
('mStage', rF2TrackRulesStage), # current stage
450+
('mStage', ctypes.c_int), # current stage
451451
('mPoleColumn', ctypes.c_int), # column assignment where pole position seems to be located
452452
('mNumActions', ctypes.c_int), # number of recent actions
453453
('pointer1', ctypes.c_ubyte*8),

0 commit comments

Comments
 (0)