summaryrefslogtreecommitdiff
path: root/src/newgrf_railtype.h
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.h
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.h')
-rw-r--r--src/newgrf_railtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_railtype.h b/src/newgrf_railtype.h
index 770bc1b71..0c57f7e49 100644
--- a/src/newgrf_railtype.h
+++ b/src/newgrf_railtype.h
@@ -15,7 +15,7 @@
#include "rail.h"
#include "newgrf_commons.h"
-SpriteID GetCustomRailSprite(const RailtypeInfo *rti, TileIndex tile, RailTypeSpriteGroup rtsg, TileContext context = TC_NORMAL);
+SpriteID GetCustomRailSprite(const RailtypeInfo *rti, TileIndex tile, RailTypeSpriteGroup rtsg, TileContext context = TCX_NORMAL);
uint8 GetReverseRailTypeTranslation(RailType railtype, const GRFFile *grffile);