mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 23:50:25 +00: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:
parent
391fe952b9
commit
4bf2f4a166
@ -754,6 +754,7 @@ void ClientNetworkContentSocketHandler::Clear()
|
|||||||
for (ContentIterator iter = this->infos.Begin(); iter != this->infos.End(); iter++) delete *iter;
|
for (ContentIterator iter = this->infos.Begin(); iter != this->infos.End(); iter++) delete *iter;
|
||||||
|
|
||||||
this->infos.Clear();
|
this->infos.Clear();
|
||||||
|
this->requested.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** CALLBACK ***/
|
/*** CALLBACK ***/
|
||||||
|
Loading…
Reference in New Issue
Block a user