changeset 11878:ab145fbdb288 draft

(svn r16276) -Fix: huh, old AI? What is that? What about all the time I thought there was no AI?
author rubidium <rubidium@openttd.org>
date Mon, 11 May 2009 11:13:37 +0000
parents 7fc0f3eb3a4f
children 0552f4ad7c9e
files src/economy_type.h
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -130,10 +130,7 @@
 	INVALID_EXPENSES      = 0xFF,
 };
 
-/* The "steps" in loan size, in British Pounds! */
-enum {
-	LOAN_INTERVAL        = 10000,
-	LOAN_INTERVAL_OLD_AI = 50000,
-};
+/** The "steps" in loan size, in British Pounds! */
+static const int LOAN_INTERVAL = 10000;
 
 #endif /* ECONOMY_TYPE_H */