summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-08-09 07:30:50 +0000
committerfrosch <frosch@openttd.org>2010-08-09 07:30:50 +0000
commitb6cf38a9123bc560fe8b4dfcbfe492f5577c64ce (patch)
treebed7186cf77bf2e56ea04cdfc7147ca9a12cd877 /src/newgrf_spritegroup.h
parentc2b1c624dd0d7909c69ddfba1eb2cf611b22cd25 (diff)
downloadopenttd-b6cf38a9123bc560fe8b4dfcbfe492f5577c64ce.tar.xz
(svn r20422) -Change [FS#3947]: Resolve tracksprites on bridges always using the southern bridgehead as tile.
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index 468754244..7f220f7c5 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -346,7 +346,7 @@ struct ResolverObject {
uint8 station_size;
} generic;
struct {
- TileIndex tile;
+ TileIndex tile; ///< Tracktile. For track on a bridge this is the southern bridgehead.
TileContext context; ///< Are we resolving sprites for the upper halftile, or on a bridge?
} routes;
struct {