summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcbt6 <91667135+cbt6@users.noreply.github.com>2021-11-03 02:51:30 +0800
committercbt6 <91667135+cbt6@users.noreply.github.com>2021-11-03 02:51:30 +0800
commit3556024a06b3d1c973cdd0ce64623652c5e0e5b8 (patch)
tree5d36d80bd31d41b690f38a43a57599dd9cc410bc /include
parent3f5f057ebeebc7330af453fbc445e021ac64cbe7 (diff)
Distinguish clearly the two enums related to speed
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 893b0b19e..afe773d42 100644
--- a/include/bike.h
+++ b/include/bike.h
@@ -17,11 +17,11 @@ struct BikeHistoryInputInfo
// Player speeds
enum
{
- SPEED_STANDING,
- SPEED_NORMAL,
- SPEED_FAST,
- SPEED_FASTER,
- SPEED_FASTEST,
+ BIKE_SPEED_STANDING,
+ BIKE_SPEED_NORMAL,
+ BIKE_SPEED_FAST,
+ BIKE_SPEED_FASTER,
+ BIKE_SPEED_FASTEST,
};
// mach bike transitions enum