Codechange: rename byte to uint8_t (#12308)
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
/**
|
||||
* The type of a link.
|
||||
*/
|
||||
enum LinkType : byte {
|
||||
enum LinkType : uint8_t {
|
||||
LINK_NONE = ::LT_NONE, ///< No link
|
||||
LINK_TILE = ::LT_TILE, ///< Link a tile
|
||||
LINK_INDUSTRY = ::LT_INDUSTRY, ///< Link an industry
|
||||
|
||||
Reference in New Issue
Block a user