Skip to content

Commit

Permalink
Select OpenMusic by default when opening a new scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
karst committed Apr 1, 2023
1 parent 1174063 commit eab32a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions distribution/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0.4.5 (in development)
------------------------------------------------------------------------
- Change: [#19785] OpenMusic is now selected by default when opening a new scenario.
- Fix: [#19296] Crash due to a race condition for parallel object loading.
- Fix: [#19756] Crash with title sequences containing no commands.
- Fix: [#19767] No message when path is not connected to ride exit and is therefore unreachable for mechanics.
Expand Down
5 changes: 5 additions & 0 deletions src/openrct2/rct12/RCT12.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,11 @@ static constexpr std::string_view _musicStyles[] = {
"rct2.music.pirate",
"rct2.music.rock3",
"rct2.music.candy",
"openrct2.music.galaxy",
"openrct2.music.acid",
"openrct2.music.dodgems",
"openrct2.music.blizzard",
"openrct2.music.extraterrestrial",
};

std::string_view GetStationIdentifierFromStyle(uint8_t style)
Expand Down

0 comments on commit eab32a2

Please sign in to comment.