Changeset - r11873:ab9884508fe3
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-05-11 11:13:37
rubidium@openttd.org
(svn r16276) -Fix: huh, old AI? What is that? What about all the time I thought there was no AI?
1 file changed with 2 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/economy_type.h
Show inline comments
 
@@ -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 */
0 comments (0 inline, 0 general)