Make ShareEmblems more Top Down style

This commit is contained in:
Sally Coolatta 2022-03-07 16:31:10 -05:00
parent 3b15d9b4fe
commit 9cce2195d4

View file

@ -810,7 +810,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
M_SilentUpdateUnlockablesAndEmblems(serverGamedata);
}
if (P_IsLocalPlayer(player) || shareEmblems)
if (P_IsLocalPlayer(player) /*|| shareEmblems*/)
{
clientGamedata->collected[special->health-1] = true;
M_UpdateUnlockablesAndExtraEmblems(clientGamedata);