mirror of
https://github.com/ZDoom/zdbsp.git
synced 2024-11-28 06:32:08 +00:00
- 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:
parent
df16c7b3fb
commit
56e7ff42f6
1 changed files with 1 additions and 1 deletions
2
wad.cpp
2
wad.cpp
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue