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:
14
src/newgrf.h
14
src/newgrf.h
@@ -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,
|
||||
|
Reference in New Issue
Block a user