From 3129017871bdb2fbf0146b62e43e50f4b5d398d0 Mon Sep 17 00:00:00 2001 From: Rubidium Date: Sat, 15 Mar 2025 00:10:06 +0100 Subject: [PATCH] Codefix: wrong type for choice list mapping --- src/newgrf_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp index 5e9b6b313b..dc3079c45c 100644 --- a/src/newgrf_text.cpp +++ b/src/newgrf_text.cpp @@ -121,7 +121,7 @@ struct UnmappedChoiceList { int offset; ///< The offset for the plural/gender form. /** Mapping of NewGRF supplied ID to the different strings in the choice list. */ - std::map strings; + std::map strings; /** * Flush this choice list into the destination string.