summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-31 18:57:24 +0000
committertruelight <truelight@openttd.org>2004-12-31 18:57:24 +0000
commit92ac503b744bb226d4b91fa55b42f92bd4bd9f69 (patch)
treed5f1d90b0c2c0315541e26c9c0bac1cfe02bfa48 /variables.h
parent1fef394fdec6baaae1fcd0b7bc6f4b3499d03b12 (diff)
downloadopenttd-92ac503b744bb226d4b91fa55b42f92bd4bd9f69.tar.xz
(svn r1312) -Add: Patch which is on by default: population in label of the town
-Fix: Expand town is a bit more agressive -Fix: Fixed a bug in growing algorithm
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index 0b51cf5d0..c62cc78fa 100644
--- a/variables.h
+++ b/variables.h
@@ -179,6 +179,8 @@ typedef struct Patches {
byte drag_signals_density; // many signals density
bool ainew_active; // Is the new AI active?
+
+ bool population_in_label; // Show the population of a town in his label?
} Patches;
VARDEF Patches _patches;