(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:
rubidium
2007-06-14 15:24:34 +00:00
parent 5d55a9435b
commit 46e531da72
3 changed files with 39 additions and 24 deletions

View File

@@ -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 {