mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-01 00:21:43 +00:00
- commented out autoloading of .DEH lumps for maint branch.
This commit is contained in:
parent
805de60aa4
commit
27de9f45af
1 changed files with 2 additions and 0 deletions
|
@ -2338,6 +2338,7 @@ int D_LoadDehLumps()
|
||||||
count += D_LoadDehLump(lumpnum);
|
count += D_LoadDehLump(lumpnum);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0 // commented out for 'maint' version.
|
||||||
if (0 == PatchSize)
|
if (0 == PatchSize)
|
||||||
{
|
{
|
||||||
// No DEH/BEX patch is loaded yet, try to find lump(s) with specific extensions
|
// No DEH/BEX patch is loaded yet, try to find lump(s) with specific extensions
|
||||||
|
@ -2358,6 +2359,7 @@ int D_LoadDehLumps()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue