mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Forgot to stage this.
This commit is contained in:
parent
e3fe542f31
commit
7cd7f9fdb7
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);
|
F_StartTextPrompt(199, 0, toucher, 0, true, false);
|
||||||
special->health = 0;
|
special->health = 0;
|
||||||
if (player->continues < 99)
|
if (ultimatemode && player->continues < 99)
|
||||||
player->continues++;
|
player->continues++;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue