(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of subclassing it
This commit is contained in:
@@ -797,7 +797,7 @@ public:
|
||||
for (GRFConfig *c = item->info.grfconfig; c != NULL; c = c->next) {
|
||||
if (c->status != GCS_NOT_FOUND) continue;
|
||||
|
||||
const GRFConfig *f = FindGRFConfig(c->grfid, c->md5sum);
|
||||
const GRFConfig *f = FindGRFConfig(c->ident.grfid, c->ident.md5sum);
|
||||
if (f == NULL) {
|
||||
missing_grfs = true;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user