mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
committed by
GitHub
parent
8373fe6f7b
commit
268e81c21b
@@ -1174,7 +1174,7 @@ public:
|
||||
auto entry = dst2->GetEntry();
|
||||
if (entry != nullptr && entry->wall.scrolling_mode != SCROLLING_MODE_NONE)
|
||||
{
|
||||
auto bannerIndex = dst2->GetBannerIndex();
|
||||
auto bannerIndex = src2->GetBannerIndex();
|
||||
if (bannerIndex < std::size(_s6.banners))
|
||||
{
|
||||
auto srcBanner = &_s6.banners[bannerIndex];
|
||||
@@ -1200,7 +1200,7 @@ public:
|
||||
auto entry = dst2->GetEntry();
|
||||
if (entry != nullptr && entry->large_scenery.scrolling_mode != SCROLLING_MODE_NONE)
|
||||
{
|
||||
auto bannerIndex = dst2->GetBannerIndex();
|
||||
auto bannerIndex = src2->GetBannerIndex();
|
||||
if (bannerIndex < std::size(_s6.banners))
|
||||
{
|
||||
auto srcBanner = &_s6.banners[bannerIndex];
|
||||
|
||||
Reference in New Issue
Block a user