diff --git a/src/d_player.h b/src/d_player.h index be2e07ee1..893231377 100644 --- a/src/d_player.h +++ b/src/d_player.h @@ -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 diff --git a/src/deh_tables.c b/src/deh_tables.c index 3122a1387..df818c094 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -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