mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-19 18:35:48 +01:00
(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:
parent
4710c3fe31
commit
d9e1de0281
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user