(svn r20126) -Fix [FS#3883]: Make railtype Terrain Type variable aware of RAIL_GROUND_HALF_SNOW. That is, resolve the sprites for upper and lower part of the foundation independently.

This commit is contained in:
frosch
2010-07-11 17:28:19 +00:00
parent 38d753a98d
commit e5691636e6
7 changed files with 46 additions and 18 deletions

View File

@@ -343,6 +343,7 @@ struct ResolverObject {
} generic;
struct {
TileIndex tile;
bool upper_halftile; ///< Are we resolving sprites for the upper halftile?
} routes;
struct {
const struct Station *st;