1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Close #17955: Make ratings setting networked and freeze them

This commit is contained in:
Gymnasiast
2022-09-21 19:14:43 +02:00
parent 8d08c13fa6
commit c1149895fa
9 changed files with 122 additions and 6 deletions

View File

@@ -1310,6 +1310,7 @@ const static EnumMap<GameCommand> ActionNameToType = {
{ "ridedemolish", GameCommand::DemolishRide },
{ "rideentranceexitplace", GameCommand::PlaceRideEntranceOrExit },
{ "rideentranceexitremove", GameCommand::RemoveRideEntranceOrExit },
{ "ridefreezerating", GameCommand::FreezeRideRating },
{ "ridesetappearance", GameCommand::SetRideAppearance },
{ "ridesetcolourscheme", GameCommand::SetColourScheme },
{ "ridesetname", GameCommand::SetRideName },