From 966e2738b9c97bb44276ec90ebfa4a202d67d715 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 18 Jun 2007 10:48:15 +0000 Subject: (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. --- src/dummy_land.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dummy_land.cpp') diff --git a/src/dummy_land.cpp b/src/dummy_land.cpp index 8395f170d..8ad015f34 100644 --- a/src/dummy_land.cpp +++ b/src/dummy_land.cpp @@ -26,7 +26,7 @@ static Slope GetSlopeTileh_Dummy(TileIndex tile, Slope tileh) return SLOPE_FLAT; } -static int32 ClearTile_Dummy(TileIndex tile, byte flags) +static CommandCost ClearTile_Dummy(TileIndex tile, byte flags) { return_cmd_error(STR_0001_OFF_EDGE_OF_MAP); } -- cgit v1.2.3-54-g00ecf