mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
jartha review, autoring: add PF_AUTORING to dehacked table (Lua)
This commit is contained in:
parent
b79918cee8
commit
78411a25ee
2 changed files with 2 additions and 2 deletions
|
|
@ -4066,7 +4066,7 @@ const char *const PLAYERFLAG_LIST[] = {
|
||||||
"ANALOGSTICK", // This player is using an analog joystick
|
"ANALOGSTICK", // This player is using an analog joystick
|
||||||
"TRUSTWAYPOINTS", // Do not activate lap cheat prevention next time finish line distance is updated
|
"TRUSTWAYPOINTS", // Do not activate lap cheat prevention next time finish line distance is updated
|
||||||
"FREEZEWAYPOINTS", // Skip the next waypoint/finish line distance update
|
"FREEZEWAYPOINTS", // Skip the next waypoint/finish line distance update
|
||||||
"\x01", // Free
|
"AUTORING", // Accessibility: Non-deterministic item box, no manual stop.
|
||||||
|
|
||||||
"DRIFTINPUT", // Drifting!
|
"DRIFTINPUT", // Drifting!
|
||||||
"GETSPARKS", // Can get sparks
|
"GETSPARKS", // Can get sparks
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue