diff options
author | yexo <yexo@openttd.org> | 2010-02-08 23:05:29 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-02-08 23:05:29 +0000 |
commit | 3c627747d330a699a099f4330796654c549886a7 (patch) | |
tree | 09f1fe01733b25b3a5f88bd760b29917d0b5b166 /src/industrytype.h | |
parent | b9f06f3f2998c6ae5474ef9de725fb34bf5511ec (diff) | |
download | openttd-3c627747d330a699a099f4330796654c549886a7.tar.xz |
(svn r19063) -Codechange: type in constant name (andythenorth)
Diffstat (limited to 'src/industrytype.h')
-rw-r--r-- | src/industrytype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industrytype.h b/src/industrytype.h index ff85e45d9..294d10623 100644 --- a/src/industrytype.h +++ b/src/industrytype.h @@ -22,7 +22,7 @@ enum { CLEAN_RANDOMSOUNDS, ///< Free the dynamically allocated sounds table - CLEAN_TILELSAYOUT, ///< Free the dynamically allocated tile layout structure + CLEAN_TILELAYOUT, ///< Free the dynamically allocated tile layout structure }; enum IndustryLifeType { |