(svn r16276) -Fix: huh, old AI? What is that? What about all the time I thought there was no AI?

This commit is contained in:
rubidium 2009-05-11 11:13:37 +00:00
parent 4710c3fe31
commit d9e1de0281
1 changed files with 2 additions and 5 deletions

View File

@ -130,10 +130,7 @@ enum ExpensesType {
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 */