mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 17:02:37 +01:00
Codechange: Store base set related texts in std::strings.
This commit is contained in:
@@ -65,7 +65,7 @@ StringID DropDownListParamStringItem::String() const
|
||||
|
||||
StringID DropDownListCharStringItem::String() const
|
||||
{
|
||||
SetDParamStr(0, this->raw_string);
|
||||
SetDParamStr(0, this->raw_string.c_str());
|
||||
return this->string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user