summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-01-04 10:09:42 -0500
committerGriffinR <griffin.g.richards@gmail.com>2022-01-04 10:09:42 -0500
commitce55e58ad83e57b7e1fde7eeb3c3c94365fe0f12 (patch)
treee7362be712100331f2d47dfd0c5a5c1f1b94e6be /include
parent84925a892b20b8f688d36a616366f72ed52f686f (diff)
Misc cleanup
Diffstat (limited to 'include')
-rw-r--r--include/bike.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/bike.h b/include/bike.h
index afe773d42..00f11aefe 100644
--- a/include/bike.h
+++ b/include/bike.h
@@ -17,11 +17,11 @@ struct BikeHistoryInputInfo
// Player speeds
enum
{
- BIKE_SPEED_STANDING,
- BIKE_SPEED_NORMAL,
- BIKE_SPEED_FAST,
- BIKE_SPEED_FASTER,
- BIKE_SPEED_FASTEST,
+ PLAYER_SPEED_STANDING,
+ PLAYER_SPEED_NORMAL,
+ PLAYER_SPEED_FAST,
+ PLAYER_SPEED_FASTER,
+ PLAYER_SPEED_FASTEST,
};
// mach bike transitions enum