Distinguish clearly the two enums related to speed

This commit is contained in:
cbt6
2021-11-03 02:51:30 +08:00
parent 3f5f057ebe
commit 3556024a06
2 changed files with 18 additions and 18 deletions

View File

@@ -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