- fixed: G_InitNew may only clear the hub statistics when it is not called during loading of a savegame.

This commit is contained in:
Christoph Oelckers 2016-06-17 16:14:58 +02:00
parent 2c928a2cda
commit 05fabbe294
1 changed files with 1 additions and 1 deletions

View File

@ -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 ();