- removed the "no IWAD definitions found" error message because the condition it checks for is not an error.

This commit is contained in:
Christoph Oelckers 2020-04-19 13:17:20 +02:00
parent 6dfc416b51
commit 90f3b49bc3

View file

@ -283,10 +283,6 @@ FIWadManager::FIWadManager(const char *firstfn, const char *optfn)
ParseIWadInfo("IWADINFO", (const char*)data.Data(), data.Size());
}
}
if (mIWadNames.Size() == 0 || mIWadInfos.Size() == 0)
{
I_FatalError("No IWAD definitions found");
}
}