summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-04-24 11:52:58 +0000
committerrubidium <rubidium@openttd.org>2010-04-24 11:52:58 +0000
commit3461430a34880d0db9ac2b5dc711e7dd876264f7 (patch)
treeed8717d5bb511a903986f8534ab4d1ed282e0b1d /src/newgrf.h
parent8aad995e32bfdfd31cbd811f65c5c986f2b9be70 (diff)
downloadopenttd-3461430a34880d0db9ac2b5dc711e7dd876264f7.tar.xz
(svn r19704) -Codechange: unify the style of GSF enums; now they're plural instead of mixed
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 14aa19274..3f61402cb 100644
--- a/src/newgrf.h
+++ b/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,