From c5c3465ca5c9d930ff424d5e89d1a5a517f4daa4 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 8 Dec 2012 03:48:23 +0000 Subject: [PATCH] - Fixed: Not finding a polyobject while looking for one was not handled, because the test condition was always true. SVN r3986 (trunk) --- nodebuild_utility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodebuild_utility.cpp b/nodebuild_utility.cpp index df49873..85c24a8 100644 --- a/nodebuild_utility.cpp +++ b/nodebuild_utility.cpp @@ -322,7 +322,7 @@ void FNodeBuilder::FindPolyContainers (TArray &spots, TArray= 0) + if (closestdist != FIXED_MAX) { loop = MarkLoop (closestseg, loop); P(Printf ("Found polyobj in sector %d (loop %d)\n", Segs[closestseg].frontsector,