(svn r12119) -Codechange: Rename grfspec_feature to match code style, and expose in header for use elsewhere.

This commit is contained in:
2008-02-12 11:08:47 +00:00
parent f4334301e8
commit e76f7c9359
2 changed files with 17 additions and 17 deletions

View File

@@ -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] = {