mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 00:40:52 +00:00
Merge branch 'fix-collected-emblem-lag' into 'next'
Fix lag when touching collected emblems Closes #1306 See merge request STJr/SRB2!2536
This commit is contained in:
commit
10598062f9
1 changed files with 2 additions and 1 deletions
|
@ -836,7 +836,8 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
|||
{
|
||||
clientGamedata->collected[special->health-1] = true;
|
||||
M_UpdateUnlockablesAndExtraEmblems(clientGamedata);
|
||||
G_SaveGameData(clientGamedata);
|
||||
if (!prevCollected) // don't thrash the disk and wreak performance.
|
||||
G_SaveGameData(clientGamedata);
|
||||
}
|
||||
|
||||
if (netgame)
|
||||
|
|
Loading…
Reference in a new issue