- restored a line of code I accidentally deleted in FTextureManager::AddTexturesForWad.

SVN r910 (trunk)
This commit is contained in:
Christoph Oelckers 2008-04-13 14:27:58 +00:00
commit 5afb2b9aab
2 changed files with 8 additions and 2 deletions

View file

@ -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;