mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 21:40:03 +00:00
Print missing savegame dependencies on the console
This commit is contained in:
parent
e2fe9693f3
commit
716e14a37a
@ -534,8 +534,8 @@ bool MWState::StateManager::verifyProfile(const ESM::SavedGame& profile) const
|
|||||||
if (std::find(selectedContentFiles.begin(), selectedContentFiles.end(), *it)
|
if (std::find(selectedContentFiles.begin(), selectedContentFiles.end(), *it)
|
||||||
== selectedContentFiles.end())
|
== selectedContentFiles.end())
|
||||||
{
|
{
|
||||||
|
std::cerr << "Savegame dependency " << *it << " is missing." << std::endl;
|
||||||
notFound = true;
|
notFound = true;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (notFound)
|
if (notFound)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user