summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
authorPavel Stupnikov <dp@dpointer.org>2020-12-16 23:56:32 +0300
committerGitHub <noreply@github.com>2020-12-16 21:56:32 +0100
commitb2895dfcd056798bb82957a55394a941c61376f5 (patch)
tree2fc6ba5bc8f39720c1434f0197729ad6307625b7 /src/economy_type.h
parentd989fb516bf271bc59c97d7580b1b66d849a1c1b (diff)
downloadopenttd-b2895dfcd056798bb82957a55394a941c61376f5.tar.xz
Change: extend the allowed range for max loan setting (#8386)
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 842e2711c..3e9519506 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -196,6 +196,8 @@ struct PriceBaseSpec {
/** The "steps" in loan size, in British Pounds! */
static const int LOAN_INTERVAL = 10000;
+/** The size of loan for a new company, in British Pounds! */
+static const int64 INITIAL_LOAN = 100000;
/**
* Maximum inflation (including fractional part) without causing overflows in int64 price computations.