From 56e7ff42f64919a5744fd753542299cd58c2357c Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 24 Jan 2010 21:57:19 +0000 Subject: [PATCH] - And since I just made a fix for ZDBSP, I need to merge it into the tagged 1.14, too. SVN r2133 (1.14) --- wad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wad.cpp b/wad.cpp index d6a53ae..f7f058b 100644 --- a/wad.cpp +++ b/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