Update linedef type 441 to only not happen in MP (or demo playback)

Only areas missed from the precursor to the "multiplayer emblems" MR
This commit is contained in:
toaster 2022-11-28 22:29:36 +00:00
parent b074d6cbdd
commit 49c71962f5

View file

@ -2752,7 +2752,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
break;
case 441: // Trigger unlockable
if ((!modifiedgame || savemoddata) && !(netgame || multiplayer))
if (!(demo.playback || netgame || multiplayer))
{
INT32 trigid = line->args[0];