From 77486ee8d2239e8960b38b7266ced39ce478fd33 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 17 Apr 2010 14:57:49 +0000 Subject: (svn r19658) -Fix: One could turn transport companies into credit banks. --- src/landscape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/landscape.cpp') diff --git a/src/landscape.cpp b/src/landscape.cpp index a83c42d70..2677014f7 100644 --- a/src/landscape.cpp +++ b/src/landscape.cpp @@ -604,8 +604,8 @@ CommandCost CmdLandscapeClear(TileIndex tile, DoCommandFlag flags, uint32 p1, ui /** Clear a big piece of landscape * @param tile end tile of area dragging - * @param p1 start tile of area dragging * @param flags of operation to conduct + * @param p1 start tile of area dragging * @param p2 unused * @param text unused * @return the cost of this operation or an error -- cgit v1.2.3-54-g00ecf