mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +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;
|
bool wantFast;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
G_ClearHubInfo();
|
|
||||||
if (!savegamerestore)
|
if (!savegamerestore)
|
||||||
{
|
{
|
||||||
|
G_ClearHubInfo();
|
||||||
G_ClearSnapshots ();
|
G_ClearSnapshots ();
|
||||||
P_RemoveDefereds ();
|
P_RemoveDefereds ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue