From 989e089e0af5ce8de1e8e722e40d314bf5b2c60c Mon Sep 17 00:00:00 2001
From: toaster <rollerorbital@gmail.com>
Date: Thu, 24 Oct 2019 19:00:54 +0100
Subject: [PATCH] resolve #263 (this is going into master because it's
 literally just the line being present twice)

---
 src/p_inter.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/p_inter.c b/src/p_inter.c
index cce9df91b..80140d49d 100644
--- a/src/p_inter.c
+++ b/src/p_inter.c
@@ -1493,8 +1493,6 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
 					P_SetMobjState(mo2, mo2->info->painstate);
 				}
 			}
-
-			S_StartSound(toucher, special->info->painsound);
 			return;
 
 		case MT_FAKEMOBILE:
-- 
GitLab