mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
Restore data directory verbose output that got lost
This commit is contained in:
parent
0afc03b6b7
commit
68e322f969
@ -35,6 +35,7 @@ namespace VFS
|
|||||||
if (useLooseFiles)
|
if (useLooseFiles)
|
||||||
for (Files::PathContainer::const_iterator iter = dataDirs.begin(); iter != dataDirs.end(); ++iter)
|
for (Files::PathContainer::const_iterator iter = dataDirs.begin(); iter != dataDirs.end(); ++iter)
|
||||||
{
|
{
|
||||||
|
std::cout << "Adding data directory " << iter->string() << std::endl;
|
||||||
// Last data dir has the highest priority
|
// Last data dir has the highest priority
|
||||||
vfs->addArchive(new FileSystemArchive(iter->string()));
|
vfs->addArchive(new FileSystemArchive(iter->string()));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user