(svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed

This commit is contained in:
rubidium
2010-04-24 11:52:58 +00:00
parent dcf7d2de54
commit 54473f0cda
4 changed files with 108 additions and 108 deletions

View File

@@ -41,14 +41,14 @@ enum GrfMiscBit {
};
enum GrfSpecFeature {
GSF_TRAIN,
GSF_ROAD,
GSF_SHIP,
GSF_TRAINS,
GSF_ROADVEHICLES,
GSF_SHIPS,
GSF_AIRCRAFT,
GSF_STATION,
GSF_CANAL,
GSF_BRIDGE,
GSF_TOWNHOUSE,
GSF_STATIONS,
GSF_CANALS,
GSF_BRIDGES,
GSF_HOUSES,
GSF_GLOBALVAR,
GSF_INDUSTRYTILES,
GSF_INDUSTRIES,