File diff r18380:75b4b19e7de8 → r18381:0e9d2aa3fc1b
src/fileio.cpp
Show inline comments
 
@@ -1375,6 +1375,18 @@ uint FileScanner::Scan(const char *exten
 
		}
 
	}
 

	
 
	switch (sd) {
 
		case BASESET_DIR:
 
			num += this->Scan(extension, OLD_GM_DIR, tars, recursive);
 
			break;
 

	
 
		case NEWGRF_DIR:
 
			num += this->Scan(extension, OLD_DATA_DIR, tars, recursive);
 
			break;
 

	
 
		default: break;
 
	}
 

	
 
	return num;
 
}