summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
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 b551e1512..9b12f4336 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -127,4 +127,10 @@ enum ExpensesType {
INVALID_EXPENSES = 0xFF,
};
+/* The "steps" in loan size, in British Pounds! */
+enum {
+ LOAN_INTERVAL = 10000,
+ LOAN_INTERVAL_OLD_AI = 50000,
+};
+
#endif /* ECONOMY_TYPE_H */