1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00

Rename get_banner to GetBanner

This commit is contained in:
Ted John
2019-07-26 17:24:19 +01:00
parent 3bff25ab22
commit 0b4d989a67
23 changed files with 45 additions and 45 deletions

View File

@@ -296,7 +296,7 @@ namespace Editor
//
for (BannerIndex i = 0; i < MAX_BANNERS; i++)
{
auto banner = get_banner(i);
auto banner = GetBanner(i);
if (banner->type == BANNER_NULL)
{
banner->flags &= ~BANNER_FLAG_LINKED_TO_RIDE;