summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_spec.c')
-rw-r--r--src/strife/p_spec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/strife/p_spec.c b/src/strife/p_spec.c
index 13ac0c8a..46a459ea 100644
--- a/src/strife/p_spec.c
+++ b/src/strife/p_spec.c
@@ -694,7 +694,7 @@ P_CrossSpecialLine
case 52:
// EXIT!
- G_ExitLevel ();
+ G_ExitLevel (0);
break;
case 53:
@@ -1077,7 +1077,7 @@ void P_PlayerInSpecialSector (player_t* player)
P_DamageMobj (player->mo, NULL, NULL, 20);
if (player->health <= 10)
- G_ExitLevel();
+ G_ExitLevel(0);
break;
default:
@@ -1111,7 +1111,7 @@ void P_UpdateSpecials (void)
{
levelTimeCount--;
if (!levelTimeCount)
- G_ExitLevel();
+ G_ExitLevel(0);
}
// ANIMATE FLATS AND TEXTURES GLOBALLY