diff --git a/src/p_inter.c b/src/p_inter.c
index f65a1127770d8a42a938d88aa75363f252745d70..f9dc3c34274a3f294ceaae1fb29f29ab30b8956d 100644
--- a/src/p_inter.c
+++ b/src/p_inter.c
@@ -1996,7 +1996,7 @@ void P_KillMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, UINT8 damaget
 			// allow them to try again, rather than sitting the whole thing out.
 			if (leveltime >= hidetime * TICRATE)
 			{
-				if (gametype == GT_HIDEANDSEEK)//suiciding in survivor makes you IT.
+				if (gametype == GT_TAG)//suiciding in survivor makes you IT.
 				{
 					target->player->pflags |= PF_TAGIT;
 					CONS_Printf(M_GetText("%s is now IT!\n"), player_names[target->player-players]); // Tell everyone who is it!