Changeset - r19112:805e66aadd16
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2012-02-25 08:42:39
rubidium@openttd.org
(svn r23983) -Fix [FS#5083]: tarred heightmaps wouldn't be found
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/fileio.cpp
Show inline comments
 
@@ -683,6 +683,7 @@ uint TarScanner::DoScan(Subdirectory sd)
 
	}
 
	if (mode & TarScanner::SCENARIO) {
 
		num += fs.DoScan(SCENARIO_DIR);
 
		num += fs.DoScan(HEIGHTMAP_DIR);
 
	}
 
	DEBUG(misc, 1, "Scan complete, found %d files", num);
 
	return num;
0 comments (0 inline, 0 general)