1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00

Merge remote-tracking branch 'mmd/windowswarnings'

This commit is contained in:
Marc Zinnschlag 2012-09-16 10:33:06 +02:00
commit b041a511b6

View File

@ -350,6 +350,7 @@ bool DataFilesPage::setupDataFiles()
} catch(std::runtime_error &e) {
// An error occurred while reading the .esp
std::cerr << "Error reading .esp: " << e.what() << std::endl;
continue;
}
}