(svn r15221) -Change [FS#2574]: only show missing NewGRFs when opening the content download window from a NewGRF list and there are missing NewGRFs, otherwise show just all NewGRFs the system knows.

This commit is contained in:
rubidium
2009-01-23 10:20:29 +00:00
parent 67a2dd12e8
commit 8382b76b0f
5 changed files with 27 additions and 1 deletions

View File

@@ -684,6 +684,7 @@ static const WindowDesc _network_content_list_desc = {
void ShowNetworkContentListWindow(ContentVector *cv, ContentType type)
{
#if defined(WITH_ZLIB)
_network_content_client.Clear();
if (cv == NULL) {
_network_content_client.RequestContentList(type);
} else {