1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(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 8aad995e32
commit 3461430a34
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,