mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 00:42:45 +01:00
Codechange: rename byte to uint8_t (#12308)
This commit is contained in:
@@ -163,7 +163,7 @@ void UpdateCompanyHQ(TileIndex tile, uint score)
|
||||
{
|
||||
if (tile == INVALID_TILE) return;
|
||||
|
||||
byte val = 0;
|
||||
uint8_t val = 0;
|
||||
if (score >= 170) val++;
|
||||
if (score >= 350) val++;
|
||||
if (score >= 520) val++;
|
||||
|
||||
Reference in New Issue
Block a user