Removed useless SetLineActivation

SPAC_Use removed as the line in fth666.wad MAP12 is not facing front.

(cherry picked from commit 245801ca17)
This commit is contained in:
Erick Tenorio 2018-06-26 20:03:20 -05:00 committed by drfrag666
parent 49c2b0810f
commit 9c062d7f0f

View file

@ -761,7 +761,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;