From dd1790749e91f76e44ec31653ca99d3f02a8b537 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sat, 13 Sep 2025 14:19:17 -0400 Subject: [PATCH] Remove unused var --- src/p_map.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_map.c b/src/p_map.c index 2aef705f6..075a80090 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -2593,7 +2593,6 @@ increment_move { //All things are affected by their scale. fixed_t maxstep = g_tm.maxstep; - fixed_t stepheight = 0; if (thing->type == MT_SKIM) maxstep = 0;