summaryrefslogtreecommitdiff
path: root/src/strife/p_enemy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_enemy.c')
-rw-r--r--src/strife/p_enemy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c
index 10846d20..8c7d60c6 100644
--- a/src/strife/p_enemy.c
+++ b/src/strife/p_enemy.c
@@ -1766,7 +1766,7 @@ void A_BossDeath (mobj_t* mo)
}
}
- G_ExitLevel ();
+ G_ExitLevel (0);
}
@@ -1909,7 +1909,7 @@ void A_BrainExplode (mobj_t* mo)
void A_BrainDie (mobj_t* mo)
{
- G_ExitLevel ();
+ G_ExitLevel (0);
}
void A_BrainSpit (mobj_t* mo)