From 114d48e492cc38644c0c020c6a30ab6c57179862 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 20 Sep 2009 23:11:01 +0000 Subject: (svn r17596) -Codechange: constify some tables --- 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 8bd2a745c..8cc8aaee2 100644 --- a/src/clear_cmd.cpp +++ b/src/clear_cmd.cpp @@ -29,7 +29,7 @@ static CommandCost ClearTile_Clear(TileIndex tile, DoCommandFlag flags) { - static const Money *clear_price_table[] = { + static const Money * const clear_price_table[] = { &_price.clear_grass, &_price.clear_roughland, &_price.clear_rocks, -- cgit v1.2.3-54-g00ecf