mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +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
|
|
@ -109,7 +109,7 @@ typedef enum
|
||||||
PF_TRUSTWAYPOINTS = 1<<15, // Do not activate lap cheat prevention next time finish line distance is updated
|
PF_TRUSTWAYPOINTS = 1<<15, // Do not activate lap cheat prevention next time finish line distance is updated
|
||||||
PF_FREEZEWAYPOINTS = 1<<16, // Skip the next waypoint/finish line distance update
|
PF_FREEZEWAYPOINTS = 1<<16, // Skip the next waypoint/finish line distance update
|
||||||
|
|
||||||
PF_AUTORING = 1<<17, // Accessibility: Non-deterministic item box, no manual stop.
|
PF_AUTORING = 1<<17, // Accessibility: Non-deterministic item box, no manual stop.
|
||||||
|
|
||||||
PF_DRIFTINPUT = 1<<18, // Drifting!
|
PF_DRIFTINPUT = 1<<18, // Drifting!
|
||||||
PF_GETSPARKS = 1<<19, // Can get sparks
|
PF_GETSPARKS = 1<<19, // Can get sparks
|
||||||
|
|
|
||||||
|
|
@ -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