From 939989dc8c57a99364a7173d7a794bb69e65b77c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 31 Jan 2016 01:05:31 +0100 Subject: [PATCH] - fixed crash when trying to cache nodes for a map that has no two-sided walls and no minisegs. Under these conditions there are no partner segs and the glsegextras array is NULL. --- src/p_glnodes.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/p_glnodes.cpp b/src/p_glnodes.cpp index a85dc94d9..b8e3eb5c6 100644 --- a/src/p_glnodes.cpp +++ b/src/p_glnodes.cpp @@ -1114,7 +1114,8 @@ static void CreateCachedNodes(MapData *map) for(int i=0;i