summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/economy_type.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/economy_type.h b/src/economy_type.h
index 0b7b581d3..7559612dc 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -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 */