1
0
Fork 0

Fix 2fd9096: Label for fruit incorrectly changed to `FRUI` from `FRUT`. (#12367)

pull/12410/head
Peter Nelson 2024-03-24 15:53:26 +00:00 committed by Michael Lutz
parent 940b66322c
commit 26dc82feb1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static constexpr CargoLabel CT_FOOD = CargoLabel{'FOOD'};
/* Tropic */ /* Tropic */
static constexpr CargoLabel CT_RUBBER = CargoLabel{'RUBR'}; static constexpr CargoLabel CT_RUBBER = CargoLabel{'RUBR'};
static constexpr CargoLabel CT_FRUIT = CargoLabel{'FRUI'}; static constexpr CargoLabel CT_FRUIT = CargoLabel{'FRUT'};
static constexpr CargoLabel CT_MAIZE = CargoLabel{'MAIZ'}; static constexpr CargoLabel CT_MAIZE = CargoLabel{'MAIZ'};
static constexpr CargoLabel CT_COPPER_ORE = CargoLabel{'CORE'}; static constexpr CargoLabel CT_COPPER_ORE = CargoLabel{'CORE'};
static constexpr CargoLabel CT_WATER = CargoLabel{'WATR'}; static constexpr CargoLabel CT_WATER = CargoLabel{'WATR'};