mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 14:01:45 +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_mapname = mapname;
|
||||||
d_skill = newskill;
|
d_skill = newskill;
|
||||||
CheckWarpTransMap (d_mapname, true);
|
CheckWarpTransMap (d_mapname, true);
|
||||||
|
gameaction = ga_newgame2;
|
||||||
}
|
}
|
||||||
|
|
||||||
void G_DeferedInitNew (FNewGameStartup *gs)
|
void G_DeferedInitNew (FNewGameStartup *gs)
|
||||||
|
|
Loading…
Reference in a new issue