(svn r19720) -Feature: New base costs for building/clearing canals, building/clearing aqueducts and building/clearing locks.

This commit is contained in:
terkhen
2010-04-25 13:56:51 +00:00
parent a2b03e54e0
commit 52ab1c7d40
4 changed files with 21 additions and 6 deletions

View File

@@ -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