mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
No longer limit banner count in intent (#20650)
This commit is contained in:
@@ -497,7 +497,7 @@ public:
|
||||
|
||||
case INTENT_ACTION_UPDATE_BANNER:
|
||||
{
|
||||
uint8_t bannerIndex = static_cast<uint8_t>(intent.GetUIntExtra(INTENT_EXTRA_BANNER_INDEX));
|
||||
rct_windownumber bannerIndex = static_cast<rct_windownumber>(intent.GetUIntExtra(INTENT_EXTRA_BANNER_INDEX));
|
||||
|
||||
WindowBase* w = WindowFindByNumber(WindowClass::Banner, bannerIndex);
|
||||
if (w != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user