jartha review, autoring: add PF_AUTORING to dehacked table (Lua)

This commit is contained in:
James R 2024-05-05 01:44:16 -07:00
parent b79918cee8
commit 78411a25ee
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ typedef enum
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_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_GETSPARKS = 1<<19, // Can get sparks

View file

@ -4066,7 +4066,7 @@ const char *const PLAYERFLAG_LIST[] = {
"ANALOGSTICK", // This player is using an analog joystick
"TRUSTWAYPOINTS", // Do not activate lap cheat prevention next time finish line distance is updated
"FREEZEWAYPOINTS", // Skip the next waypoint/finish line distance update
"\x01", // Free
"AUTORING", // Accessibility: Non-deterministic item box, no manual stop.
"DRIFTINPUT", // Drifting!
"GETSPARKS", // Can get sparks