mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Remove common format formatter where possible (#13034)
* Remove common format formatter where possible Eventually should have it limited to tooltips, window titles and widget args * Remove remaining paint functions using common * Remove misuse of gCommonFormatArgs
This commit is contained in:
@@ -787,7 +787,7 @@ static std::pair<rct_string_id, Formatter> window_editor_inventions_list_prepare
|
||||
{
|
||||
rct_string_id drawString;
|
||||
rct_string_id stringId = researchItem->GetName();
|
||||
auto ft = Formatter::Common();
|
||||
auto ft = Formatter();
|
||||
|
||||
if (researchItem->type == Research::EntryType::Ride
|
||||
&& !RideTypeDescriptors[researchItem->baseRideType].HasFlag(RIDE_TYPE_FLAG_LIST_VEHICLES_SEPARATELY))
|
||||
|
||||
Reference in New Issue
Block a user