summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf.c')
-rw-r--r--newgrf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/newgrf.c b/newgrf.c
index 6d373d6cd..3225cf77e 100644
--- a/newgrf.c
+++ b/newgrf.c
@@ -58,8 +58,11 @@ typedef enum grfspec_feature {
GSF_CANAL,
GSF_BRIDGE,
GSF_TOWNHOUSE,
- GSF_INDUSTRIES,
GSF_GLOBALVAR,
+ GSF_INDUSTRYTILES,
+ GSF_INDUSTRIES,
+ GSF_CARGOS,
+ GSF_SOUNDFX,
} grfspec_feature;