mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Code style: Remove more snakes from the park, maphelper, scenery. (#18222)
This commit is contained in:
@@ -428,7 +428,7 @@ InteractionInfo ViewportInteractionGetItemRight(const ScreenCoordsXY& screenCoor
|
||||
auto banner = tileElement->AsBanner()->GetBanner();
|
||||
if (banner != nullptr)
|
||||
{
|
||||
auto* bannerEntry = get_banner_entry(banner->type);
|
||||
auto* bannerEntry = GetBannerEntry(banner->type);
|
||||
|
||||
auto ft = Formatter();
|
||||
ft.Add<StringId>(STR_MAP_TOOLTIP_BANNER_STRINGID_STRINGID);
|
||||
|
||||
Reference in New Issue
Block a user