summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town.h b/src/town.h
index 665b438ed..7251d6082 100644
--- a/src/town.h
+++ b/src/town.h
@@ -22,7 +22,7 @@
template <typename T>
struct BuildingCounts {
- T id_count[HOUSE_MAX];
+ T id_count[NUM_HOUSES];
T class_count[HOUSE_CLASS_MAX];
};