Changeset - r18431:df68fc955c71
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2011-11-20 18:36:54
rubidium@openttd.org
(svn r23285) -Fix: scanning of content after download didn't work
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/network/network_content_gui.cpp
Show inline comments
 
@@ -205,8 +205,7 @@ public:
 
	virtual void OnDownloadProgress(const ContentInfo *ci, int bytes)
 
	{
 
		BaseNetworkContentDownloadStatusWindow::OnDownloadProgress(ci, bytes);
 

	
 
		if (ci->id != this->cur_id) this->receivedTypes.Include(ci->type);
 
		this->receivedTypes.Include(ci->type);
 

	
 
		/* When downloading is finished change cancel in ok */
 
		if (this->downloaded_bytes == this->total_bytes) {
0 comments (0 inline, 0 general)