mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Fix memory leak when other players are riding a minecart
This commit is contained in:
parent
f02fd19c5a
commit
65547ae036
1 changed files with 1 additions and 1 deletions
|
@ -11159,7 +11159,7 @@ static void P_MinecartThink(player_t *player)
|
|||
detright->drawonlyforplayer = player;
|
||||
}
|
||||
else
|
||||
P_RemoveMobj(detleft);
|
||||
P_RemoveMobj(detright);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue