mirror of https://github.com/OpenTTD/OpenTTD
(svn r23983) -Fix [FS#5083]: tarred heightmaps wouldn't be found
parent
7aeb89c984
commit
27cf8de733
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue