summaryrefslogtreecommitdiff
path: root/newgrf.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-22 06:54:25 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-22 06:54:25 +0000
commit2e7034f059ae1c450eadbfaa763febd94347789a (patch)
tree7ba1b4cab665843fd92f9d1409c2f9761cc44ad8 /newgrf.c
parenta732a0daeeb9997785fb570ba752a400b3234560 (diff)
downloadopenttd-2e7034f059ae1c450eadbfaa763febd94347789a.tar.xz
(svn r4517) - NewGRF: fix and complete the feature list
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;