1
0
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:
Karst
2023-08-25 16:47:31 +02:00
parent c23362d67a
commit 0dafa3ca88
2 changed files with 9 additions and 1 deletions

View File

@@ -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",

View File

@@ -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];