mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-24 04:34:16 +01:00
Codechange: rename byte to uint8_t (#12308)
This commit is contained in:
@@ -32,7 +32,7 @@ enum KeyStateBits {
|
||||
KEYS_SHIFT,
|
||||
KEYS_CAPS
|
||||
};
|
||||
static byte _keystate = KEYS_NONE;
|
||||
static uint8_t _keystate = KEYS_NONE;
|
||||
|
||||
struct OskWindow : public Window {
|
||||
StringID caption; ///< the caption for this window.
|
||||
|
||||
Reference in New Issue
Block a user