summaryrefslogtreecommitdiff
path: root/src/newgrf_railtype.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-08-09 10:59:30 +0000
committerterkhen <terkhen@openttd.org>2010-08-09 10:59:30 +0000
commit78fd08c7b252876ee93beb2a9d8a3833c454cac6 (patch)
tree432f84b17ab0c189db64cf63b47bdc73b53796da /src/newgrf_railtype.cpp
parent7f1425c333327858dcd48db7c2718cd1d9d777c7 (diff)
downloadopenttd-78fd08c7b252876ee93beb2a9d8a3833c454cac6.tar.xz
(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with an existing define on MinGW).
Diffstat (limited to 'src/newgrf_railtype.cpp')
-rw-r--r--src/newgrf_railtype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_railtype.cpp b/src/newgrf_railtype.cpp
index 9f32efeb1..79d83b2d5 100644
--- a/src/newgrf_railtype.cpp
+++ b/src/newgrf_railtype.cpp
@@ -135,5 +135,5 @@ uint8 GetReverseRailTypeTranslation(RailType railtype, const GRFFile *grffile)
*/
void GetRailTypeResolver(ResolverObject *ro, uint index)
{
- NewRailTypeResolver(ro, index, TC_NORMAL);
+ NewRailTypeResolver(ro, index, TCX_NORMAL);
}