mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-28 22:54:29 +01:00
Codechange: rename byte to uint8_t (#12308)
This commit is contained in:
@@ -388,7 +388,7 @@ Window *ShowTerraformToolbar(Window *link)
|
||||
return w;
|
||||
}
|
||||
|
||||
static byte _terraform_size = 1;
|
||||
static uint8_t _terraform_size = 1;
|
||||
|
||||
/**
|
||||
* Raise/Lower a bigger chunk of land at the same time in the editor. When
|
||||
|
||||
Reference in New Issue
Block a user