summaryrefslogtreecommitdiff
path: root/src/table/pricebase.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2011-03-05 18:28:10 +0000
committerplanetmaker <planetmaker@openttd.org>2011-03-05 18:28:10 +0000
commit2aa14cc54bc7ab05a84d6f50ee772c6f40fd6099 (patch)
tree06d686a1347b04b0a9ae61bd0fcb47a41e95b143 /src/table/pricebase.h
parentf5a7ad70dc9487d7d9248f07ff42eb9d5ac60736 (diff)
downloadopenttd-2aa14cc54bc7ab05a84d6f50ee772c6f40fd6099.tar.xz
(svn r22204) -Change: Make the base costs for building and demolishing NewObjects also local to the individual NewGRFs
Diffstat (limited to 'src/table/pricebase.h')
-rw-r--r--src/table/pricebase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/pricebase.h b/src/table/pricebase.h
index 662a763d4..84d23b3bd 100644
--- a/src/table/pricebase.h
+++ b/src/table/pricebase.h
@@ -60,8 +60,8 @@ extern const PriceBaseSpec _price_base_specs[] = {
{ 5600, PCAT_RUNNING, GSF_SHIPS, INVALID_PRICE }, ///< PR_RUNNING_SHIP
{1000000, PCAT_CONSTRUCTION, GSF_END, INVALID_PRICE }, ///< PR_BUILD_INDUSTRY
{ 1600, PCAT_CONSTRUCTION, GSF_END, PR_CLEAR_HOUSE }, ///< PR_CLEAR_INDUSTRY
- { 40, PCAT_CONSTRUCTION, GSF_END, PR_CLEAR_ROUGH }, ///< PR_BUILD_OBJECT
- { 40, PCAT_CONSTRUCTION, GSF_END, PR_CLEAR_ROUGH }, ///< PR_CLEAR_OBJECT
+ { 40, PCAT_CONSTRUCTION, GSF_OBJECTS, PR_CLEAR_ROUGH }, ///< PR_BUILD_OBJECT
+ { 40, PCAT_CONSTRUCTION, GSF_OBJECTS, PR_CLEAR_ROUGH }, ///< PR_CLEAR_OBJECT
{ 600, PCAT_CONSTRUCTION, GSF_END, PR_BUILD_DEPOT_TRAIN }, ///< PR_BUILD_WAYPOINT_RAIL
{ 80, PCAT_CONSTRUCTION, GSF_END, PR_CLEAR_DEPOT_TRAIN }, ///< PR_CLEAR_WAYPOINT_RAIL
{ 350, PCAT_CONSTRUCTION, GSF_END, PR_BUILD_STATION_DOCK }, ///< PR_BUILD_WAYPOINT_BUOY