mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
More idiomatic unused pflags
This commit is contained in:
parent
81e7ec6aa3
commit
77af33d182
1 changed files with 3 additions and 3 deletions
|
|
@ -6094,9 +6094,9 @@ const char *const PLAYERFLAG_LIST[] = {
|
||||||
"RINGLOCK", // Prevent picking up rings while SPB is locked on
|
"RINGLOCK", // Prevent picking up rings while SPB is locked on
|
||||||
|
|
||||||
"LITESTEER", // Shallow digital turn with DOWN
|
"LITESTEER", // Shallow digital turn with DOWN
|
||||||
"UNUSED",
|
"\x01", // Free
|
||||||
"UNUSED",
|
"\x01", // Free
|
||||||
"UNUSED",
|
"\x01", // Free
|
||||||
|
|
||||||
"DRIFTINPUT", // Drifting!
|
"DRIFTINPUT", // Drifting!
|
||||||
"GETSPARKS", // Can get sparks
|
"GETSPARKS", // Can get sparks
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue