From 3c627747d330a699a099f4330796654c549886a7 Mon Sep 17 00:00:00 2001 From: yexo Date: Mon, 8 Feb 2010 23:05:29 +0000 Subject: (svn r19063) -Codechange: type in constant name (andythenorth) --- src/industrytype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industrytype.h') 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 { -- cgit v1.2.3-54-g00ecf