G_Ticker: When retrying the level due to GP life-loss or manual GP/Time Attack retry, maintain the current state of encoremode

This commit is contained in:
toaster 2023-10-23 13:58:08 +01:00
parent c27e733985
commit ab0094b8d0

View file

@ -1755,7 +1755,7 @@ void G_Ticker(boolean run)
}
}
D_MapChange(gamemap, gametype, (cv_kartencore.value == 1), false, 1, false, false);
D_MapChange(gamemap, gametype, encoremode, false, 1, false, false);
}
}