summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-02-12 11:08:47 +0000
committerpeter1138 <peter1138@openttd.org>2008-02-12 11:08:47 +0000
commit57aacb50c87372dabddd2ab58537ef55ba9e3c3d (patch)
tree249c81cab9d2838d7d9b0fcd85d031810056a39d /src/newgrf.cpp
parentd465b23ee2373b908820b855561aab2ea17f1495 (diff)
downloadopenttd-57aacb50c87372dabddd2ab58537ef55ba9e3c3d.tar.xz
(svn r12119) -Codechange: Rename grfspec_feature to match code style, and expose in header for use elsewhere.
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 4a6bb6c83..d9130fec4 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -93,23 +93,6 @@ static byte _grf_data_blocks;
static GrfDataType _grf_data_type;
-enum grfspec_feature {
- GSF_TRAIN,
- GSF_ROAD,
- GSF_SHIP,
- GSF_AIRCRAFT,
- GSF_STATION,
- GSF_CANAL,
- GSF_BRIDGE,
- GSF_TOWNHOUSE,
- GSF_GLOBALVAR,
- GSF_INDUSTRYTILES,
- GSF_INDUSTRIES,
- GSF_CARGOS,
- GSF_SOUNDFX,
-};
-
-
typedef void (*SpecialSpriteHandler)(byte *buf, int len);
static const uint _vehcounts[4] = {