mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
add Geoffrey Gardens mistake alias
This commit is contained in:
@@ -7,6 +7,7 @@ typedef struct {
|
||||
} scenario_alias;
|
||||
|
||||
const scenario_alias ScenarioAliases[] = {
|
||||
// UK - US differences:
|
||||
{ "Katie's Dreamland", "Katie's World" },
|
||||
{ "Pokey Park", "Dinky Park" },
|
||||
{ "White Water Park", "Aqua Park" },
|
||||
@@ -14,6 +15,9 @@ const scenario_alias ScenarioAliases[] = {
|
||||
{ "Paradise Pier", "Big Pier" },
|
||||
{ "Paradise Pier 2", "Big Pier 2" },
|
||||
{ "Mythological - Cradle of Civilisation", "Mythological - Cradle of Civilization" },
|
||||
|
||||
// RCT1 pack by RCTScenarioLover has a mistake:
|
||||
{ "Geoffrey Gardens", "Geoffery Gardens" },
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user