(svn r11199) -Fix: variable 67 and 68 not working correctly.
-Refactor: some code so there is less code duplication.
This commit is contained in:
@@ -230,11 +230,6 @@ struct ResolverObject {
|
||||
Industry *ind;
|
||||
IndustryGfx gfx;
|
||||
} industry;
|
||||
struct {
|
||||
TileIndex tile;
|
||||
const IndustrySpec *spec;
|
||||
uint itspec_index;
|
||||
} industry_location;
|
||||
struct {
|
||||
const struct CargoSpec *cs;
|
||||
} cargo;
|
||||
|
||||
Reference in New Issue
Block a user