mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
Migrate many set_format_arg calls to Formatter (#11744)
This commit is contained in:
committed by
GitHub
parent
f0bd05cf6d
commit
620fb5e5c4
@@ -648,7 +648,8 @@ namespace OpenRCT2::Ui::Windows
|
||||
window_custom_set_pressed_tab(w);
|
||||
|
||||
const auto& desc = GetInfo(w).Desc;
|
||||
set_format_arg(0, void*, desc.Title.c_str());
|
||||
auto ft = Formatter::Common();
|
||||
ft.Add<void*>(desc.Title.c_str());
|
||||
|
||||
auto& info = GetInfo(w);
|
||||
size_t scrollIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user