- restored accidentally deleted line of code.

This commit is contained in:
Christoph Oelckers 2022-06-05 16:43:12 +02:00
parent efd4a0b33a
commit 4cb7c70e27

View file

@ -250,6 +250,7 @@ void G_DeferedInitNew (const char *mapname, int newskill)
d_mapname = mapname;
d_skill = newskill;
CheckWarpTransMap (d_mapname, true);
gameaction = ga_newgame2;
}
void G_DeferedInitNew (FNewGameStartup *gs)