- remove test code.

This commit is contained in:
Christoph Oelckers 2019-07-16 21:53:53 +02:00
parent 38a1a05af3
commit 56d03c8223
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ void FIWadManager::ParseIWadInfo(const char *fn, const char *data, int datasize,
FIWadManager::FIWadManager(const char *fn, const char *optfn)
{
FResourceFile *resfile = FResourceFile::OpenResourceFile(optfn, true);
if (resfile != NULL && 0)
if (resfile != NULL)
{
uint32_t cnt = resfile->LumpCount();
for(int i=cnt-1; i>=0; i--)