mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 19:09:09 +00:00
(svn r17596) -Codechange: constify some tables
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user