(svn r9190) -Fix: Little typo in an enum.

This commit is contained in:
belugas
2007-03-15 01:17:20 +00:00
parent 33e84b2c1e
commit eb1e6c19ad
3 changed files with 179 additions and 179 deletions

View File

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