mirror of
https://github.com/maciejpedzich/f1-game-packet-parser.git
synced 2025-04-12 00:21:11 +02:00
feat: add missing 2023 spec red flag event
This commit is contained in:
parent
7b52f504ac
commit
a160254b3a
@ -184,6 +184,9 @@ pub enum EventDetails {
|
||||
#[br(map(ButtonStatus::from_bits_retain))]
|
||||
button_status: ButtonStatus,
|
||||
},
|
||||
/// Sent when the red flag is shown.
|
||||
#[br(magic = b"RDFL")]
|
||||
RedFlag,
|
||||
/// Sent when a car has overtaken another.
|
||||
/// Available from the 2023 format onwards.
|
||||
#[br(magic = b"OVTK")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user