1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 21:45:38 +00:00

fixed broken loading of single files into the editor

This commit is contained in:
Marc Zinnschlag 2013-03-21 12:13:32 +01:00
parent ebb1dab8e1
commit cafbabde45

View file

@ -214,7 +214,7 @@ CSMDoc::Document::Document (const std::vector<boost::filesystem::path>& files, b
if (new_ && files.size()==1)
createBase();
else if (files.size()>1)
else
{
std::vector<boost::filesystem::path>::const_iterator end = files.end();