(svn r11797) -Fix: Add protection against not already created industry while doing industry callback.
Some variables used were linked to invalid industry.
This commit is contained in:
@@ -231,6 +231,7 @@ struct ResolverObject {
|
||||
TileIndex tile;
|
||||
Industry *ind;
|
||||
IndustryGfx gfx;
|
||||
IndustryType type;
|
||||
} industry;
|
||||
struct {
|
||||
const struct CargoSpec *cs;
|
||||
|
Reference in New Issue
Block a user