(svn r10158) -Codechange: port some changes from NoAI and FS#872 to make the loan commands a little better readable.
This commit is contained in:
@@ -149,6 +149,12 @@ struct PlayerAiNew {
|
||||
};
|
||||
|
||||
|
||||
/* The "steps" in loan size, in British Pounds! */
|
||||
enum {
|
||||
LOAN_INTERVAL = 10000,
|
||||
LOAN_INTERVAL_OLD_AI = 50000,
|
||||
};
|
||||
|
||||
typedef uint32 PlayerFace;
|
||||
|
||||
struct Player {
|
||||
|
||||
Reference in New Issue
Block a user