(svn r5337) - NewGRF: pass the engine type to the engine resolver, to allow support for variable 7F for unbuilt vehicles (mart3p)

This commit is contained in:
peter1138
2006-06-22 21:25:51 +00:00
parent 191023787a
commit 1e34740946
2 changed files with 20 additions and 11 deletions

View File

@@ -171,6 +171,7 @@ typedef struct ResolverObject {
struct {
const struct Vehicle *self;
const struct Vehicle *parent;
EngineID self_type;
} vehicle;
struct {
TileIndex tile;