(svn r25838) -Codechange: Rename HOUSE_MAX to NUM_HOUSES.

This commit is contained in:
frosch
2013-10-12 16:33:19 +00:00
parent 7164124101
commit 670c4879cf
6 changed files with 25 additions and 25 deletions

View File

@@ -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];
};