mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
@@ -325,7 +325,7 @@ namespace Editor
|
||||
{
|
||||
gameState.ParkFlags |= PARK_FLAGS_NO_MONEY;
|
||||
|
||||
if (gParkEntranceFee == 0)
|
||||
if (gameState.ParkEntranceFee == 0)
|
||||
{
|
||||
gameState.ParkFlags |= PARK_FLAGS_PARK_FREE_ENTRY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user