(svn r19195) -Codechange: actually draw newgrf airport tiles

This commit is contained in:
yexo
2010-02-22 14:16:41 +00:00
parent 80fb5c70c8
commit 880fedc192
7 changed files with 272 additions and 2 deletions

View File

@@ -342,6 +342,11 @@ struct ResolverObject {
struct {
TileIndex tile;
} routes;
struct {
const struct Station *st;
byte airport_id;
TileIndex tile;
} airport;
} u;
uint32 (*GetRandomBits)(const struct ResolverObject*);