Codechange: Use correct char type in RemapNewGRFStringControlCode. (#13173)
This commit is contained in:
@@ -825,7 +825,7 @@ void StopTextRefStackUsage()
|
||||
* @param modify_parameters When true, modify the OpenTTD string formatting parameters.
|
||||
* @return the string control code to "execute" now
|
||||
*/
|
||||
uint RemapNewGRFStringControlCode(uint scc, const char **str, StringParameters ¶meters, bool modify_parameters)
|
||||
char32_t RemapNewGRFStringControlCode(char32_t scc, const char **str, StringParameters ¶meters, bool modify_parameters)
|
||||
{
|
||||
switch (scc) {
|
||||
default: break;
|
||||
|
||||
Reference in New Issue
Block a user