diff --git a/src/g_game.c b/src/g_game.c index 4e0a37965..ed242678b 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -1943,6 +1943,7 @@ void G_InitNew(skill_t skill, int ep, int map) || (!M_StringCompare(console[numconsolestrings - 2].string, "newgame") && !M_StringStartsWith(console[numconsolestrings - 2].string, "map ") && !M_StringStartsWith(console[numconsolestrings - 1].string, "load ") + && !M_StringStartsWith(console[numconsolestrings - 1].string, "Warping ") && !autostart)) C_Input("newgame");