mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -04:00
Simplify empty DEHACKED lump check
This commit is contained in:
parent
610d20ff8d
commit
64be5172a1
@ -1437,7 +1437,7 @@ void ProcessDehFile(char *filename, char *outfilename, int lumpnum)
|
||||
infile.inp = infile.lump = W_CacheLumpNum(lumpnum, PU_STATIC);
|
||||
filename = "(WAD)";
|
||||
// [FG] skip empty DEHACKED lumps
|
||||
if (!infile.size && !infile.inp)
|
||||
if (!infile.inp)
|
||||
{
|
||||
printf("skipping empty DEHACKED (%d) lump\n",lumpnum);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user