From 05fabbe294533dfd38d3d55e59eb2c86d265fd6c Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 17 Jun 2016 16:14:58 +0200 Subject: [PATCH] - fixed: G_InitNew may only clear the hub statistics when it is not called during loading of a savegame. --- src/g_level.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_level.cpp b/src/g_level.cpp index 66d4ad422..e47cbb4a5 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -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 ();