mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Correctly reset map/timer for retries where the first map in Marathon Run is LF_NORELOAD (by forcing a reload when the retry option is used).
This commit is contained in:
parent
5495ea16aa
commit
76da8262e6
1 changed files with 1 additions and 1 deletions
|
|
@ -2944,7 +2944,7 @@ void G_DoReborn(INT32 playernum)
|
||||||
players[i].starpostnum = 0;
|
players[i].starpostnum = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!countdowntimeup && (mapheaderinfo[gamemap-1]->levelflags & LF_NORELOAD))
|
if (!countdowntimeup && (mapheaderinfo[gamemap-1]->levelflags & LF_NORELOAD) && !(marathonmode & MA_INIT))
|
||||||
{
|
{
|
||||||
P_RespawnThings();
|
P_RespawnThings();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue