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

This commit is contained in:
alberth
2012-11-10 20:39:11 +00:00
parent b985c4c0f8
commit 35cee8315a
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;