From 23727da96f66d7df800cc5aa70d05abce8002d79 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 18 Jun 2007 21:44:47 +0000 Subject: (svn r10208) -Codechange: replace int32 with Money where appropriate. --- src/clear_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clear_cmd.cpp') diff --git a/src/clear_cmd.cpp b/src/clear_cmd.cpp index a1a632d61..6d9d0fca2 100644 --- a/src/clear_cmd.cpp +++ b/src/clear_cmd.cpp @@ -446,7 +446,7 @@ CommandCost CmdPurchaseLandArea(TileIndex tile, uint32 flags, uint32 p1, uint32 static CommandCost ClearTile_Clear(TileIndex tile, byte flags) { - static const int32* clear_price_table[] = { + static const Money* clear_price_table[] = { &_price.clear_1, &_price.purchase_land, &_price.clear_2, -- cgit v1.2.3-70-g09d2