(svn r24683) -Codechange: Add resolver classes for objects.

This commit is contained in:
alberth
2012-11-10 20:40:46 +00:00
parent 2609cce514
commit 687d34e844
4 changed files with 111 additions and 105 deletions

View File

@@ -390,11 +390,6 @@ struct ResolverObject {
byte layout; ///< Layout of the airport to build.
TileIndex tile; ///< Tile for the callback, only valid for airporttile callbacks.
} airport;
struct {
struct Object *o; ///< The object the callback is ran for.
TileIndex tile; ///< The tile related to the object.
uint8 view; ///< The view of the object.
} object;
} u;
uint32 (*GetRandomBits)(const struct ResolverObject*);