(svn r24681) -Codechange: Add resolver classes for cargoes.

This commit is contained in:
alberth
2012-11-10 20:39:39 +00:00
parent 35cee8315a
commit 0885a2370a
2 changed files with 15 additions and 60 deletions

View File

@@ -378,9 +378,6 @@ struct ResolverObject {
IndustryGfx gfx;
IndustryType type;
} industry;
struct {
const struct CargoSpec *cs;
} cargo;
struct {
CargoID cargo_type;
uint8 default_selection;