mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(svn r23983) -Fix [FS#5083]: tarred heightmaps wouldn't be found
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user