mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 00:34:32 +00:00
Forgot to stage this.
This commit is contained in:
parent
0c9fe6a878
commit
51ba82829f
1 changed files with 1 additions and 1 deletions
|
|
@ -1399,7 +1399,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
|||
{
|
||||
F_StartTextPrompt(199, 0, toucher, 0, true, false);
|
||||
special->health = 0;
|
||||
if (player->continues < 99)
|
||||
if (ultimatemode && player->continues < 99)
|
||||
player->continues++;
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue