From 9cf6432be21d6f64b09db553070068eaa8cce93e Mon Sep 17 00:00:00 2001 From: Logan Aerl Arias <logana@srb2.org> Date: Sun, 18 Feb 2024 23:16:24 +0000 Subject: [PATCH] Update p_map.c --- src/p_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_map.c b/src/p_map.c index 08cade4e60..ecfdd0252e 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -1740,7 +1740,7 @@ static unsigned PIT_DoCheckThing(mobj_t *thing) unsigned collide = CHECKTHING_NOCOLLIDE; if ((tmthing->flags & MF_SPRING || tmthing->type == MT_SPIKE || tmthing->type == MT_WALLSPIKE) && (thing->player)) - ; // springs should never be able to step up onto a player + ; // springs and spikes should never be able to step up onto a player // z checking at last // Treat noclip things as non-solid! else if ((thing->flags & (MF_SOLID|MF_NOCLIP)) == MF_SOLID -- GitLab