mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Rename FootpathPlaceFromTrack to FootpathLayoutPlace (#19028)
This commit is contained in:
@@ -1275,7 +1275,7 @@ const static EnumMap<GameCommand> ActionNameToType = {
|
||||
{ "clearscenery", GameCommand::ClearScenery },
|
||||
{ "climateset", GameCommand::SetClimate },
|
||||
{ "footpathplace", GameCommand::PlacePath },
|
||||
{ "footpathlayoutplace", GameCommand::PlacePathFromTrack },
|
||||
{ "footpathlayoutplace", GameCommand::PlacePathLayout },
|
||||
{ "footpathremove", GameCommand::RemovePath },
|
||||
{ "footpathadditionplace", GameCommand::PlaceFootpathAddition },
|
||||
{ "footpathadditionremove", GameCommand::RemoveFootpathAddition },
|
||||
|
||||
Reference in New Issue
Block a user