mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
G_DoPlayDemo: fix encoremode boolean on demo playback
Fixes the Title Card using the wrong sound effect
This commit is contained in:
parent
796e2b9517
commit
5650dde2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -3249,7 +3249,7 @@ void G_DoPlayDemo(const char *defdemoname)
|
|||
P_SetRandSeed(i, randseed[i]);
|
||||
}
|
||||
|
||||
G_InitNew(demoflags & DF_ENCORE, gamemap, true, true); // Doesn't matter whether you reset or not here, given changes to resetplayer.
|
||||
G_InitNew((demoflags & DF_ENCORE) != 0, gamemap, true, true); // Doesn't matter whether you reset or not here, given changes to resetplayer.
|
||||
|
||||
for (i = 0; i < numslots; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue