mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-11 02:23:09 +00:00
M_UpdateUnlockablesAndExtraEmblems: Do not permit UCRP_REQUIRESPLAYING conditions in demo.playback
This commit is contained in:
parent
e1c25228b5
commit
1f144c3106
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ boolean M_UpdateUnlockablesAndExtraEmblems(boolean loud)
|
||||||
|
|
||||||
response = M_CheckUnlockConditions(NULL);
|
response = M_CheckUnlockConditions(NULL);
|
||||||
|
|
||||||
if (Playing() && (gamestate == GS_LEVEL))
|
if (!demo.playback && Playing() && (gamestate == GS_LEVEL))
|
||||||
{
|
{
|
||||||
for (i = 0; i <= splitscreen; i++)
|
for (i = 0; i <= splitscreen; i++)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue