(svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.

This commit is contained in:
peter1138
2007-05-06 18:14:33 +00:00
parent b0e3c0d40a
commit 37a873e03c
9 changed files with 242 additions and 42 deletions

View File

@@ -182,6 +182,9 @@ struct ResolverObject {
const struct Vehicle *parent;
EngineID self_type;
} vehicle;
struct {
TileIndex tile;
} canal;
struct {
TileIndex tile;
const struct Station *st;