mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 07:49:45 +00:00
just more cleanup...
This commit is contained in:
@ -24,7 +24,7 @@ enum {
|
||||
ATOMIC_FLAG_NOCULL = 0x800,
|
||||
};
|
||||
|
||||
enum eVehicleType {
|
||||
enum eVehicleType : uint8{
|
||||
VEHICLE_TYPE_CAR,
|
||||
VEHICLE_TYPE_BOAT,
|
||||
VEHICLE_TYPE_TRAIN,
|
||||
|
Reference in New Issue
Block a user