Fix map name not showing right on replay intermission

This commit is contained in:
fickleheart 2019-02-02 00:24:15 -06:00
parent 71d1d10ef6
commit c407f811af
1 changed files with 2 additions and 2 deletions

View File

@ -3589,10 +3589,10 @@ static void G_DoCompleted(void)
S_StopSounds();
if (demoplayback) goto demointermission;
prevmap = (INT16)(gamemap-1);
if (demoplayback) goto demointermission;
// go to next level
// nextmap is 0-based, unlike gamemap
if (nextmapoverride != 0)