1
0
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:
Stephan Spengler
2023-01-05 10:39:15 +01:00
committed by GitHub
parent ee5540c359
commit 2e9d06fabe
8 changed files with 22 additions and 22 deletions

View File

@@ -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 },