mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-23 19:46:34 +00: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