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

display the number of files scanned

This commit is contained in:
Ted John
2016-06-27 21:04:08 +01:00
parent 09782e980c
commit 9e142efbd2

View File

@@ -211,7 +211,7 @@ private:
utf8 objectDirectory[MAX_PATH];
Path::GetDirectory(objectDirectory, sizeof(objectDirectory), gRCT2AddressObjectDataPath);
Console::WriteLine("Scanning objects...");
Console::WriteLine("Scanning %lu objects...", _queryDirectoryResult.TotalFiles);
auto stopwatch = Stopwatch();
stopwatch.Start();