1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Merge pull request #16958 from IntelOrca/fix/16478-park-no-money

Fix  #16478: No money in .park scenarios
This commit is contained in:
Michael Steenbeek
2022-04-16 22:13:50 +02:00
committed by GitHub
12 changed files with 134 additions and 184 deletions

View File

@@ -41,7 +41,6 @@ namespace OpenRCT2::Scripting
{ "difficultGuestGeneration", PARK_FLAGS_DIFFICULT_GUEST_GENERATION },
{ "freeParkEntry", PARK_FLAGS_PARK_FREE_ENTRY },
{ "difficultParkRating", PARK_FLAGS_DIFFICULT_PARK_RATING },
{ "noMoney", PARK_FLAGS_NO_MONEY_SCENARIO },
{ "unlockAllPrices", PARK_FLAGS_UNLOCK_ALL_PRICES },
});