1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Rework news options into one tab in the news window

This commit is contained in:
Aaron van Geffen
2025-06-10 23:13:05 +02:00
committed by GitHub
parent ec3f9d1272
commit dac097ce64
10 changed files with 301 additions and 322 deletions

View File

@@ -112,8 +112,6 @@ public:
return ResearchOpen();
case WindowClass::RideList:
return RideListOpen();
case WindowClass::NotificationOptions:
return NewsOptionsOpen();
case WindowClass::Options:
return OptionsOpen();
case WindowClass::SavePrompt: