From 7cd7f9fdb7462c05403eecf212217eeb4d7da1ac Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 1 Nov 2019 16:33:46 +0000 Subject: [PATCH] Forgot to stage this. --- src/p_inter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_inter.c b/src/p_inter.c index 1c8d27dae..76ca2c29c 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -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;