diff --git a/src/g_game.c b/src/g_game.c
index 0643350b6a092cc1998158532b805fe1ac3d5f79..6e900d02667f334bb7579dbac0423730ff71fca9 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -3005,7 +3005,7 @@ void G_DoReborn(INT32 playernum)
 	// Make sure objectplace is OFF when you first start the level!
 	OP_ResetObjectplace();
 
-	//! Tailsbot
+	// Tailsbot
 	if (player->bot == BOT_2PAI || player->bot == BOT_2PHUMAN)
 	{ // Bots respawn next to their master.
 		mobj_t *oldmo = NULL;