mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Rename get_banner to GetBanner
This commit is contained in:
@@ -1262,7 +1262,7 @@ static int32_t cc_show_limits(InteractiveConsole& console, [[maybe_unused]] cons
|
||||
int32_t bannerCount = 0;
|
||||
for (BannerIndex i = 0; i < MAX_BANNERS; ++i)
|
||||
{
|
||||
auto banner = get_banner(i);
|
||||
auto banner = GetBanner(i);
|
||||
if (banner->type != BANNER_NULL)
|
||||
{
|
||||
bannerCount++;
|
||||
|
||||
Reference in New Issue
Block a user