mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Rename type
Type is small enough where auto isn't needed
This commit is contained in:
parent
89cdcdc848
commit
61e1180878
@ -39,7 +39,7 @@ void MOD_GetAllInstalledMaps()
|
||||
std::regex rgArchiveRegex{ R"([^_]*_(.*)(.bsp.pak000_dir).*)" };
|
||||
std::smatch smRegexMatches;
|
||||
|
||||
for (const auto& dEntry : fs::directory_iterator("vpk"))
|
||||
for (const fs::directory_entry& dEntry : fs::directory_iterator("vpk"))
|
||||
{
|
||||
std::string svFileName = dEntry.path().string();
|
||||
std::regex_search(svFileName, smRegexMatches, rgArchiveRegex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user