Removed useless SetLineActivation

SPAC_Use removed as the line in fth666.wad MAP12 is not facing front.
This commit is contained in:
Erick Tenorio 2018-06-26 20:03:20 -05:00 committed by Christoph Oelckers
parent 43919ead40
commit 245801ca17

View file

@ -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;