1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Re-write FileScanner for easier cross platform and multiple patterns

This commit is contained in:
Ted John
2016-10-22 22:05:06 +01:00
parent 9118f24778
commit 7834afb34a
5 changed files with 266 additions and 116 deletions

View File

@@ -251,7 +251,7 @@ private:
{
auto path = scanner->GetPath();
auto fileInfo = scanner->GetFileInfo();
AddScenario(path, fileInfo->last_modified);
AddScenario(path, fileInfo->LastModified);
}
delete scanner;
}