From 0cfb45d112a9b55a7738bd43701abc90e7e63668 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 22 Apr 2006 06:54:25 +0000 Subject: [PATCH] (svn r4517) - NewGRF: fix and complete the feature list --- newgrf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/newgrf.c b/newgrf.c index 6d373d6cd2..3225cf77e3 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;