From 245801ca17d8fcc699aed411c65c60d178d9f1f1 Mon Sep 17 00:00:00 2001 From: Erick Tenorio Date: Tue, 26 Jun 2018 20:03:20 -0500 Subject: [PATCH] Removed useless SetLineActivation SPAC_Use removed as the line in fth666.wad MAP12 is not facing front. --- wadsrc/static/zscript/level_compatibility.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/wadsrc/static/zscript/level_compatibility.txt b/wadsrc/static/zscript/level_compatibility.txt index 76060956d6..d91f1b19b5 100644 --- a/wadsrc/static/zscript/level_compatibility.txt +++ b/wadsrc/static/zscript/level_compatibility.txt @@ -759,7 +759,6 @@ class LevelCompatibility play { // Can press use behind bookshelf in case of getting stuck. SetLineSpecial(4884, Plat_DownWaitUpStayLip, 15, 32, 105, 0); - SetLineActivation(4884, SPAC_Use); SetLineActivation(4884, SPAC_UseBack); SetLineFlags(4884, Line.ML_REPEAT_SPECIAL); break;