mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Fix mistake in fix_duplicated_banners
This commit is contained in:
@@ -270,7 +270,7 @@ void fix_duplicated_banners()
|
||||
if (bannerIndex == BANNER_INDEX_NULL)
|
||||
continue;
|
||||
|
||||
if (activeBanners.size() < bannerIndex)
|
||||
if (activeBanners.size() <= bannerIndex)
|
||||
{
|
||||
activeBanners.resize(bannerIndex + 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user