summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.h b/openttd.h
index 1243cc74a..a379f9130 100644
--- a/openttd.h
+++ b/openttd.h
@@ -215,7 +215,7 @@ typedef struct GameDifficulty {
int initial_interest;
int vehicle_costs;
int competitor_speed;
- int competitor_intelligence;
+ int competitor_intelligence; // no longer in use
int vehicle_breakdowns;
int subsidy_multiplier;
int construction_cost;