diff --git a/src/g_game.c b/src/g_game.c
index 106682aeeefa27bc28be616d2be1ea7b4d4dd058..aafbdea76bdea9533ad355eab7deb0f225af41e2 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -3153,6 +3153,9 @@ void G_DoReborn(INT32 playernum)
 
 	if (resetlevel)
 	{
+		// Don't give completion emblems for reloading the level...
+		stagefailed = true;
+
 		// reload the level from scratch
 		if (countdowntimeup)
 		{