summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-14 15:24:34 +0000
committerrubidium <rubidium@openttd.org>2007-06-14 15:24:34 +0000
commit0e2978720d7e942c5a407adbde7e498d7a3c8654 (patch)
tree04c4a363bfd59a1ef12e81e7c265442fbf62fbe7 /src/player.h
parent144035bf5cb747fd5ffd2c41ae713f66ca79fe62 (diff)
downloadopenttd-0e2978720d7e942c5a407adbde7e498d7a3c8654.tar.xz
(svn r10158) -Codechange: port some changes from NoAI and FS#872 to make the loan commands a little better readable.
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 191fc30eb..d6857aa3f 100644
--- a/src/player.h
+++ b/src/player.h
@@ -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 {