Changeset - r18382:2079c84fee35
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-11-15 12:14:08
frosch@openttd.org
(svn r23228) -Fix (r23227): FileScanner::Scan() still did not scan all required directories for basesets.
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/fileio.cpp
Show inline comments
 
@@ -1378,8 +1378,7 @@ uint FileScanner::Scan(const char *exten
 
	switch (sd) {
 
		case BASESET_DIR:
 
			num += this->Scan(extension, OLD_GM_DIR, tars, recursive);
 
			break;
 

	
 
			/* FALL THROUGH */
 
		case NEWGRF_DIR:
 
			num += this->Scan(extension, OLD_DATA_DIR, tars, recursive);
 
			break;
0 comments (0 inline, 0 general)