summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-12 14:10:35 +0000
committerrubidium <rubidium@openttd.org>2008-01-12 14:10:35 +0000
commitac528411df2e42e066ab301517bd85743162f356 (patch)
treedd717901825d2b9701f42a6a4bedb895deb3017a /src/economy_type.h
parentcbbc53e8f84067cae60c6f2e8e00682c968430a7 (diff)
downloadopenttd-ac528411df2e42e066ab301517bd85743162f356.tar.xz
(svn r11818) -Codechange: split player.h into smaller pieces.
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 */