Despawn Mystic Melody shrines online

This commit is contained in:
AJ Martinez 2024-01-02 15:29:44 -07:00
parent 5f643ae5d1
commit edbc62f7d6

View file

@ -13813,6 +13813,12 @@ static boolean P_SetupSpawnedMapThing(mapthing_t *mthing, mobj_t *mobj)
{
angle_t remainderangle = (mobj->angle % ANGLE_90);
if (netgame)
{
P_RemoveMobj(mobj);
return false;
}
if (remainderangle)
{
// Always lock to 90 degree grid.