mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Add OpenMusic to DefaultObjects
This adds all OpenMusic to be included when creating a new scenario.
This commit is contained in:
@@ -113,6 +113,14 @@ const std::string_view DefaultSelectedObjects[] = {
|
||||
"rct2.music.pirate",
|
||||
"rct2.music.rock3",
|
||||
"rct2.music.candy",
|
||||
"openrct2.music.galaxy",
|
||||
"openrct2.music.acid",
|
||||
"openrct2.music.dodgems",
|
||||
"openrct2.music.blizzard",
|
||||
"openrct2.music.extraterrestrial",
|
||||
"openrct2.music.fairground2",
|
||||
"openrct2.music.ragtime2",
|
||||
"openrct2.music.prehistoric",
|
||||
|
||||
// Footpath surfaces
|
||||
"rct2.footpath_surface.tarmac",
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
#include "Object.h"
|
||||
|
||||
extern const std::string_view MinimumRequiredObjects[2];
|
||||
extern const std::string_view DefaultSelectedObjects[103];
|
||||
extern const std::string_view DefaultSelectedObjects[111];
|
||||
extern const std::string_view DesignerSelectedObjects[39];
|
||||
|
||||
Reference in New Issue
Block a user