mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Emeralds and tokens now reset when restarting marathon mode in first level
This commit is contained in:
parent
6d665a856d
commit
33e99a0276
1 changed files with 4 additions and 0 deletions
|
|
@ -2218,6 +2218,10 @@ void G_Ticker(boolean run)
|
||||||
{
|
{
|
||||||
marathonmode |= MA_INIT;
|
marathonmode |= MA_INIT;
|
||||||
marathontime = 0;
|
marathontime = 0;
|
||||||
|
|
||||||
|
tokenlist = 0;
|
||||||
|
token = 0;
|
||||||
|
emeralds = 0;
|
||||||
}
|
}
|
||||||
else if (G_GametypeUsesLives() && players[consoleplayer].playerstate == PST_LIVE && players[consoleplayer].lives != INFLIVES)
|
else if (G_GametypeUsesLives() && players[consoleplayer].playerstate == PST_LIVE && players[consoleplayer].lives != INFLIVES)
|
||||||
players[consoleplayer].lives -= 1;
|
players[consoleplayer].lives -= 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue