uint32 enums fixed

This commit is contained in:
withmorten
2020-12-07 01:04:23 +01:00
parent b5ffea5c6e
commit 9e2ac26a1d
3 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ enum tVehicleType
NUMHANDLINGS
};
enum tField : uint32 // most likely a handling field enum, never used so :shrug:
enum tField // most likely a handling field enum, never used so :shrug:
{
};