mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Rename MapChangeSizeAction to fit naming pattern
This commit is contained in:
committed by
Gymnasiast
parent
c5805eaae6
commit
32dd535044
@@ -1271,7 +1271,6 @@ const static EnumMap<GameCommand> ActionNameToType = {
|
||||
{ "bannersetcolour", GameCommand::SetBannerColour },
|
||||
{ "bannersetname", GameCommand::SetBannerName },
|
||||
{ "bannersetstyle", GameCommand::SetBannerStyle },
|
||||
{ "changemapsize", GameCommand::ChangeMapSize },
|
||||
{ "clearscenery", GameCommand::ClearScenery },
|
||||
{ "climateset", GameCommand::SetClimate },
|
||||
{ "footpathplace", GameCommand::PlacePath },
|
||||
@@ -1291,6 +1290,7 @@ const static EnumMap<GameCommand> ActionNameToType = {
|
||||
{ "largesceneryremove", GameCommand::RemoveLargeScenery },
|
||||
{ "largescenerysetcolour", GameCommand::SetLargeSceneryColour },
|
||||
{ "loadorquit", GameCommand::LoadOrQuit },
|
||||
{ "mapChangeSize", GameCommand::MapChangeSize },
|
||||
{ "mazeplacetrack", GameCommand::PlaceMazeDesign },
|
||||
{ "mazesettrack", GameCommand::SetMazeTrack },
|
||||
{ "networkmodifygroup", GameCommand::ModifyGroups },
|
||||
|
||||
Reference in New Issue
Block a user