From 712e2c6dd79c56c9318e16dbc4fbc89f7d7ad9bc Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 20 Jul 2025 17:32:25 -0400 Subject: [PATCH] Fix sector special detection being flakey on Dynslopes --- src/p_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_local.h b/src/p_local.h index 7e79e5c8b..dacddc9f5 100644 --- a/src/p_local.h +++ b/src/p_local.h @@ -66,11 +66,11 @@ extern "C" { typedef enum { + THINK_DYNSLOPE, THINK_POLYOBJ, THINK_MAIN, THINK_MOBJ, THINK_FLOORS, // thanks diamond square - THINK_DYNSLOPE, // Lists after this may exist but they do not call an // action in P_RunThinkers