summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-04-25 13:56:51 +0000
committerterkhen <terkhen@openttd.org>2010-04-25 13:56:51 +0000
commit52ab1c7d403c2fd6b4ae30a8590fdb8f53c0230f (patch)
treed580e63c18897bbdbb2cd4271f8da00a70af1dbc /src/economy_type.h
parenta2b03e54e04303fc1f5a613c56ee5f48d0505ae8 (diff)
downloadopenttd-52ab1c7d403c2fd6b4ae30a8590fdb8f53c0230f.tar.xz
(svn r19720) -Feature: New base costs for building/clearing canals, building/clearing aqueducts and building/clearing locks.
Diffstat (limited to 'src/economy_type.h')
-rw-r--r--src/economy_type.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/economy_type.h b/src/economy_type.h
index a9e3ecee3..2abc9c643 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -125,6 +125,12 @@ enum Price {
PR_BUILD_FOUNDATION,
PR_BUILD_INDUSTRY_RAW,
PR_BUILD_TOWN,
+ PR_BUILD_CANAL,
+ PR_CLEAR_CANAL,
+ PR_BUILD_AQUEDUCT,
+ PR_CLEAR_AQUEDUCT,
+ PR_BUILD_LOCK,
+ PR_CLEAR_LOCK,
PR_END,
INVALID_PRICE = 0xFF