- restored a line of code I accidentally deleted in FTextureManager::AddTexturesForWad.
SVN r910 (trunk)
This commit is contained in:
parent
a53bfa7113
commit
5afb2b9aab
2 changed files with 8 additions and 2 deletions
|
|
@ -738,6 +738,7 @@ void FTextureManager::AddTexturesForWad(int wadnum)
|
|||
if (ns == ns_global)
|
||||
{
|
||||
// In Zips all graphics must be in a separate namespace.
|
||||
if (Wads.GetLumpFlags(i) & LUMPF_ZIPFILE) continue;
|
||||
|
||||
// Ignore lumps with empty names.
|
||||
if (Wads.CheckLumpName(i, "")) continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue