summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-11-27 16:02:13 +0000
committerbelugas <belugas@openttd.org>2007-11-27 16:02:13 +0000
commite07925a5cbddc5a45197ef7147e9165eae1b4d5a (patch)
treeaee628dd42ccd2800cd318427a96731d0c6cc442 /src/economy.cpp
parenta22bdeb8e302d309f57a556665138d1f56bfe783 (diff)
downloadopenttd-e07925a5cbddc5a45197ef7147e9165eae1b4d5a.tar.xz
(svn r11533) -Codechange: Rename some unclear clear_x prices member names.
While at it, remove one unused entry on the clear_price_table array. It is based on ground type, and the unused one was referencing a non existing one.
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 263ef5531..5b4f108c5 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -791,10 +791,10 @@ static const Money _price_base[NUM_PRICES] = {
65000, ///< ship_base
20, ///< build_trees
250, ///< terraform
- 20, ///< clear_1
- 40, ///< purchase_land
- 200, ///< clear_2
- 500, ///< clear_3
+ 20, ///< clear_grass
+ 40, ///< clear_roughland
+ 200, ///< clear_rocks
+ 500, ///< clear_fields
20, ///< remove_trees
-70, ///< remove_rail
10, ///< remove_signals