mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 13:11:33 +00:00
- fixed: G_InitNew may only clear the hub statistics when it is not called during loading of a savegame.
This commit is contained in:
parent
2c928a2cda
commit
05fabbe294
1 changed files with 1 additions and 1 deletions
|
@ -372,9 +372,9 @@ void G_InitNew (const char *mapname, bool bTitleLevel)
|
|||
bool wantFast;
|
||||
int i;
|
||||
|
||||
G_ClearHubInfo();
|
||||
if (!savegamerestore)
|
||||
{
|
||||
G_ClearHubInfo();
|
||||
G_ClearSnapshots ();
|
||||
P_RemoveDefereds ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue