- And since I just made a fix for ZDBSP, I need to merge it into the tagged 1.14, too.

SVN r2133 (1.14)
This commit is contained in:
Randy Heit 2010-01-24 21:57:19 +00:00
parent df16c7b3fb
commit 56e7ff42f6

View file

@ -268,7 +268,7 @@ int FWadReader::SkipGLNodes (int index) const
bool FWadReader::MapHasBehavior (int map) const
{
return FindLump ("BEHAVIOR", map) != -1;
return FindMapLump ("BEHAVIOR", map) != -1;
}
int FWadReader::NextMap (int index) const