1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-15 08:22:34 +01:00

(svn r15565) -Fix [FS#2675]: dependency information wasn't requested after the content state was reset causing the dependencies not always being selected (and thus downloaded) automatically.

This commit is contained in:
rubidium
2009-02-24 13:25:35 +00:00
parent 391fe952b9
commit 4bf2f4a166

View File

@@ -754,6 +754,7 @@ void ClientNetworkContentSocketHandler::Clear()
for (ContentIterator iter = this->infos.Begin(); iter != this->infos.End(); iter++) delete *iter;
this->infos.Clear();
this->requested.Clear();
}
/*** CALLBACK ***/