forked from mirror/OpenTTD
(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:
@@ -171,6 +171,7 @@ typedef struct ResolverObject {
|
||||
struct {
|
||||
const struct Vehicle *self;
|
||||
const struct Vehicle *parent;
|
||||
EngineID self_type;
|
||||
} vehicle;
|
||||
struct {
|
||||
TileIndex tile;
|
||||
|
Reference in New Issue
Block a user