(svn r24680) -Codechange: Add resolver classes for canals.

This commit is contained in:
alberth
2012-11-10 20:39:11 +00:00
parent 818332f3e8
commit bc123873cf
2 changed files with 51 additions and 63 deletions

View File

@@ -357,9 +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;
} canal;
struct {
TileIndex tile;
struct BaseStation *st;