mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-16 06:30:52 +00:00
Fix map name not showing right on replay intermission
This commit is contained in:
parent
71d1d10ef6
commit
c407f811af
1 changed files with 2 additions and 2 deletions
|
@ -3589,10 +3589,10 @@ static void G_DoCompleted(void)
|
||||||
|
|
||||||
S_StopSounds();
|
S_StopSounds();
|
||||||
|
|
||||||
if (demoplayback) goto demointermission;
|
|
||||||
|
|
||||||
prevmap = (INT16)(gamemap-1);
|
prevmap = (INT16)(gamemap-1);
|
||||||
|
|
||||||
|
if (demoplayback) goto demointermission;
|
||||||
|
|
||||||
// go to next level
|
// go to next level
|
||||||
// nextmap is 0-based, unlike gamemap
|
// nextmap is 0-based, unlike gamemap
|
||||||
if (nextmapoverride != 0)
|
if (nextmapoverride != 0)
|
||||||
|
|
Loading…
Reference in a new issue