forked from mirror/OpenTTD
(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with an existing define on MinGW).
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user