(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.

This commit is contained in:
rubidium
2009-07-29 22:32:20 +00:00
parent df1c950d6a
commit b3f3ba36db
6 changed files with 34 additions and 34 deletions

View File

@@ -132,7 +132,7 @@ static Waypoint *FindDeletedWaypointCloseTo(TileIndex tile, StringID str)
* @todo When checking for the tile slope,
* distingush between "Flat land required" and "land sloped in wrong direction"
*/
CommandCost CmdBuildTrainWaypoint(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)
CommandCost CmdBuildRailWaypoint(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)
{
Axis axis;