diff --git a/distribution/changelog.txt b/distribution/changelog.txt index e90596e8fc..7d33c5142c 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -8,6 +8,7 @@ - Improved: [#23982] The scenario objective window has been merged into the scenario options window. - Improved: [#24233] RCT Classic+ from Apple Arcade can now be used as the source game, and is detected automatically. - Improved: [#24260] Better performance on parks that have a lot of Guests and Entertainers. +- Improved: [#24319] RCT Classic installs via Steam are now detected automatically on Windows. - Change: [#23803] Lightning strikes and thunder now happen at the same frequency independently of the game speed. - Change: [#23857] Replace display options tab with custom sprites. - Change: [#24069] [Plugin] Plugins are now available in the scenario editor and track designer. diff --git a/src/openrct2/platform/Platform.Win32.cpp b/src/openrct2/platform/Platform.Win32.cpp index 2aa24c5c5f..44dfd33ea9 100644 --- a/src/openrct2/platform/Platform.Win32.cpp +++ b/src/openrct2/platform/Platform.Win32.cpp @@ -914,6 +914,8 @@ namespace OpenRCT2::Platform R"(C:\Program Files (x86)\Infogrames\RollerCoaster Tycoon 2)", R"(C:\Program Files\Infogrames Interactive\RollerCoaster Tycoon 2)", R"(C:\Program Files (x86)\Infogrames Interactive\RollerCoaster Tycoon 2)", + R"(C:\Program Files\Steam\steamapps\common\RollerCoaster Tycoon Classic)", + R"(C:\Program Files (x86)\Steam\steamapps\common\RollerCoaster Tycoon Classic)", }; }