summaryrefslogtreecommitdiff
path: root/src/industry.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-03-15 01:17:20 +0000
committerbelugas <belugas@openttd.org>2007-03-15 01:17:20 +0000
commit9e902827124eb9463890a4dcdca4f3c7bbfb89de (patch)
tree7a5ae7b977b85d693130c896adde1a6bb0ae5d7c /src/industry.h
parent787d0fcf62c5b5ac89056ee49ada8a7e8025fd10 (diff)
downloadopenttd-9e902827124eb9463890a4dcdca4f3c7bbfb89de.tar.xz
(svn r9190) -Fix: Little typo in an enum.
Diffstat (limited to 'src/industry.h')
-rw-r--r--src/industry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry.h b/src/industry.h
index 3c98046c0..829b91c90 100644
--- a/src/industry.h
+++ b/src/industry.h
@@ -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 {