(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

@@ -27,7 +27,7 @@
static BuildingCounts<uint32> _building_counts;
static HouseClassMapping _class_mapping[HOUSE_CLASS_MAX];
HouseOverrideManager _house_mngr(NEW_HOUSE_OFFSET, HOUSE_MAX, INVALID_HOUSE_ID);
HouseOverrideManager _house_mngr(NEW_HOUSE_OFFSET, NUM_HOUSES, INVALID_HOUSE_ID);
/**
* Constructor of a house scope resolver.