From bd29f0994f1330d0133a9efcfb43c14f416582e5 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 7 Mar 2016 23:41:16 +0100 Subject: [PATCH] - restored accidentally deleted line. --- src/p_sight.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p_sight.cpp b/src/p_sight.cpp index 39807e484..e253b90a4 100644 --- a/src/p_sight.cpp +++ b/src/p_sight.cpp @@ -96,6 +96,7 @@ class SightCheck fixed_t topslope, bottomslope; // slopes to top and bottom of target int Flags; divline_t trace; + int portaldir; unsigned int myseethrough; void P_SightOpening(SightOpening &open, const line_t *linedef, fixed_t x, fixed_t y);