From a03dc2d51c92166c577123b0a51ce4b4b5961b0e Mon Sep 17 00:00:00 2001 From: MaZaHa-Ka <155328345+MaZaHa-Ka@users.noreply.github.com> Date: Tue, 20 Aug 2024 03:37:34 +0300 Subject: [PATCH] Add files via upload --- src/core/Game.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/Game.cpp b/src/core/Game.cpp index a1ae4625..039369c0 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -709,7 +709,8 @@ bool CGame::ReInitGameObjectVariables(bool load) CHeli::InitHelis(); CMovingThings::Init(); CDarkel::Init(); - CStats::Init(); + if(!load) // erase loaded stats bug + CStats::Init(); CPickups::Init(); CPacManPickups::Init(); if (!load)