mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- restored accidentally deleted line of code.
This commit is contained in:
parent
efd4a0b33a
commit
4cb7c70e27
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue