summaryrefslogtreecommitdiff
path: root/src/industrytype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/industrytype.h')
-rw-r--r--src/industrytype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industrytype.h b/src/industrytype.h
index e41b0ed8e..b61fc7c2a 100644
--- a/src/industrytype.h
+++ b/src/industrytype.h
@@ -21,7 +21,7 @@
#include "cargo_type.h"
#include "newgrf_commons.h"
-enum {
+enum IndustryCleanupType {
CLEAN_RANDOMSOUNDS, ///< Free the dynamically allocated sounds table
CLEAN_TILELAYOUT, ///< Free the dynamically allocated tile layout structure
};