mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- removed the "no IWAD definitions found" error message because the condition it checks for is not an error.
This commit is contained in:
parent
6dfc416b51
commit
90f3b49bc3
1 changed files with 0 additions and 4 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue