(svn r24690) -Codechange: Add resolver classes for industry tiles.

This commit is contained in:
alberth
2012-11-10 20:44:38 +00:00
parent f7352871fa
commit e087503fd6
7 changed files with 85 additions and 301 deletions

View File

@@ -357,12 +357,6 @@ struct ResolverObject {
EngineID self_type;
bool info_view; ///< Indicates if the item is being drawn in an info window
} vehicle;
struct {
TileIndex tile;
Industry *ind;
IndustryGfx gfx;
IndustryType type;
} industry;
} u;
uint32 (*GetRandomBits)(const struct ResolverObject*);