1
0
Fork 0

Codefix: wrong type for choice list mapping

pull/13823/head
Rubidium 2025-03-15 00:10:06 +01:00
parent ac2087a3eb
commit 3129017871
1 changed files with 1 additions and 1 deletions

View File

@ -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.