(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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user