(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...)

This commit is contained in:
peter1138
2010-02-07 22:22:54 +00:00
parent 01474412fc
commit 898e879bd9
14 changed files with 608 additions and 55 deletions

View File

@@ -339,6 +339,9 @@ struct ResolverObject {
uint8 count;
uint8 station_size;
} generic;
struct {
TileIndex tile;
} routes;
} u;
uint32 (*GetRandomBits)(const struct ResolverObject*);