summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 536c7e2c5..263ef5531 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -1102,7 +1102,7 @@ static void SubsidyMonthlyHandler()
}
/* 25% chance to go on */
- if (CHANCE16(1,4)) {
+ if (Chance16(1,4)) {
/* Find a free slot*/
s = _subsidies;
while (s->cargo_type != CT_INVALID) {