mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 05:51:58 +00:00
Fix comment referring to itemflags by wrong name
This commit is contained in:
parent
06bc06869c
commit
0b51bc91f9
1 changed files with 1 additions and 1 deletions
|
|
@ -921,7 +921,7 @@ struct player_t
|
|||
UINT8 ringboxdelay; // Delay until Ring Box auto-activates
|
||||
UINT8 ringboxaward; // Where did we stop?
|
||||
|
||||
UINT8 itemflags; // holds IS_flags (see itemstate_t)
|
||||
UINT8 itemflags; // holds IF_ flags (see itemflags_t)
|
||||
|
||||
fixed_t outrun; // Milky Way road effect
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue