mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-20 12:09:32 +01:00
Codefix: wrong type for choice list mapping
This commit is contained in:
parent
cf96a97e95
commit
24f79d2ab7
@ -121,7 +121,7 @@ struct UnmappedChoiceList {
|
|||||||
int offset; ///< The offset for the plural/gender form.
|
int offset; ///< The offset for the plural/gender form.
|
||||||
|
|
||||||
/** Mapping of NewGRF supplied ID to the different strings in the choice list. */
|
/** Mapping of NewGRF supplied ID to the different strings in the choice list. */
|
||||||
std::map<uint8_t, std::stringstream> strings;
|
std::map<int, std::stringstream> strings;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Flush this choice list into the destination string.
|
* Flush this choice list into the destination string.
|
||||||
|
Loading…
Reference in New Issue
Block a user