mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +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,6 +836,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
||||||
{
|
{
|
||||||
clientGamedata->collected[special->health-1] = true;
|
clientGamedata->collected[special->health-1] = true;
|
||||||
M_UpdateUnlockablesAndExtraEmblems(clientGamedata);
|
M_UpdateUnlockablesAndExtraEmblems(clientGamedata);
|
||||||
|
if (!prevCollected) // don't thrash the disk and wreak performance.
|
||||||
G_SaveGameData(clientGamedata);
|
G_SaveGameData(clientGamedata);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue