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:
@@ -251,7 +251,7 @@ private:
|
||||
{
|
||||
auto path = scanner->GetPath();
|
||||
auto fileInfo = scanner->GetFileInfo();
|
||||
AddScenario(path, fileInfo->last_modified);
|
||||
AddScenario(path, fileInfo->LastModified);
|
||||
}
|
||||
delete scanner;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user