(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:
2006-06-22 21:25:51 +00:00
parent 3753d0b602
commit 158e0e43f2
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;