just more cleanup...

This commit is contained in:
Roman Masanin
2020-09-18 20:32:25 +03:00
parent 5f810ff21c
commit 223cd11835
3 changed files with 53 additions and 56 deletions

View File

@ -24,7 +24,7 @@ enum {
ATOMIC_FLAG_NOCULL = 0x800,
};
enum eVehicleType {
enum eVehicleType : uint8{
VEHICLE_TYPE_CAR,
VEHICLE_TYPE_BOAT,
VEHICLE_TYPE_TRAIN,