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

(cherry picked from commit eebfb83aa206de90df220d2629812a026795aa4d)
tmp-jgrpp
Peter Nelson 1 month ago committed by Jonathan G Rennison
parent 8e9600991a
commit b919c412b9

@ -50,7 +50,7 @@ static constexpr CargoLabel CT_FOOD = CargoLabel{'FOOD'};
/* Tropic */
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_COPPER_ORE = CargoLabel{'CORE'};
static constexpr CargoLabel CT_WATER = CargoLabel{'WATR'};

Loading…
Cancel
Save