mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Make ShareEmblems more Top Down style
This commit is contained in:
parent
3b15d9b4fe
commit
9cce2195d4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue