(svn r9676) -Codechange: introduce NUM_INDUSTRYTYPES instead of IT_END.

This makes the code clearer.
This commit is contained in:
belugas
2007-04-19 14:50:01 +00:00
parent 2dc5589290
commit 95ae29b470
2 changed files with 9 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ typedef uint8 IndustryType;
enum {
INVALID_INDUSTRY = 0xFFFF,
NUM_INDUSTRYTYPES = 37,
INDUTILE_NOANIM = 0xFF, ///< flag to mark industry tiles as having no animation
};