mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
b074d6cbdd
commit
49c71962f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue