(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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user