(svn r11199) -Fix: variable 67 and 68 not working correctly.

-Refactor: some code so there is less code duplication.
This commit is contained in:
rubidium
2007-10-04 07:09:05 +00:00
parent cfb9cb8cec
commit bcebd8b8fa
2 changed files with 23 additions and 31 deletions

View File

@@ -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;