mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
Removed useless SetLineActivation
SPAC_Use removed as the line in fth666.wad MAP12 is not facing front.
This commit is contained in:
parent
43919ead40
commit
245801ca17
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue