summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-01-19 22:17:37 -0500
committerGitHub <noreply@github.com>2022-01-19 22:17:37 -0500
commita7e6045d71d2d21c4fa5a494d112c6b38226eaec (patch)
tree2f0bd67223e68cbbee52749245aff70ebb90accb /include
parent69759b2d128ea27f3bc9ebdb7e58ea3698d0a491 (diff)
parentf899a02ac642e66ab9b6baa28903921863529171 (diff)
Merge pull request #1597 from GriffinRichards/misc-cleanup
Miscellaneous fixes
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