summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-12-03 23:40:23 +0000
committermichi_cc <michi_cc@openttd.org>2011-12-03 23:40:23 +0000
commitc06bbb48634ce7b34c53fed37cfebf47248dcdc5 (patch)
tree08984de5f23a2101035d74c38dac8b38f4d5173b /src/economy_type.h
parenta29a9d94b7216e41dc6d7f96345d2f66e882c89a (diff)
downloadopenttd-c06bbb48634ce7b34c53fed37cfebf47248dcdc5.tar.xz
(svn r23413) -Add: Company infrastructure counts for canals.
Diffstat (limited to 'src/economy_type.h')
-rw-r--r--src/economy_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/economy_type.h b/src/economy_type.h
index a7169245f..644bb6a55 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -205,6 +205,8 @@ static const int INVALID_PRICE_MODIFIER = MIN_PRICE_MODIFIER - 1;
static const uint TUNNELBRIDGE_TRACKBIT_FACTOR = 4;
/** Multiplier for how many regular track bits a level crossing counts. */
static const uint LEVELCROSSING_TRACKBIT_FACTOR = 2;
+/** Multiplier for how many regular tiles a lock counts. */
+static const uint LOCK_DEPOT_TILE_FACTOR = 2;
struct CargoPayment;
typedef uint32 CargoPaymentID;