changeset 3620:e6c5ab0aca96 draft

(svn r4517) - NewGRF: fix and complete the feature list
author peter1138 <peter1138@openttd.org>
date Sat, 22 Apr 2006 06:54:25 +0000
parents 50ee1a37b9c0
children 086089e27269
files newgrf.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/newgrf.c
+++ b/newgrf.c
@@ -58,8 +58,11 @@
 	GSF_CANAL,
 	GSF_BRIDGE,
 	GSF_TOWNHOUSE,
+	GSF_GLOBALVAR,
+	GSF_INDUSTRYTILES,
 	GSF_INDUSTRIES,
-	GSF_GLOBALVAR,
+	GSF_CARGOS,
+	GSF_SOUNDFX,
 } grfspec_feature;