mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 07:43:01 +01:00
Select OpenMusic by default when opening a new scenario
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
- Feature: [OpenMusic#41] Official Title Theme by Allister Brimble.
|
||||
- Improved: [#20119, #20243] Add new colour presets to several roller coasters (using the new colours).
|
||||
- Improved: [#20393, #20410] Add Cyrillic characters Ґґ, Ѕѕ, Єє, Іі, Її, and Јј to the sprite font.
|
||||
- Change: [#19785] OpenMusic is now selected by default when opening a new scenario.
|
||||
- Change: [#20110] Fix a few RCT1 build height parity discrepancies.
|
||||
- Change: [#20550] Change SEK conversion rate from 1 GBP to 0.1 GBP.
|
||||
- Fix: [#6152] Camera and UI are no longer locked at 40 Hz, providing a smoother experience.
|
||||
|
||||
@@ -750,6 +750,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)
|
||||
|
||||
Reference in New Issue
Block a user