summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
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;