From 7a8272890d9d8ca7b8b2cfa8cc7867e6d6428b53 Mon Sep 17 00:00:00 2001 From: Xottab-DUTY Date: Tue, 27 Feb 2024 19:06:48 +0500 Subject: [PATCH] xrGame/Actor_Network.cpp: init encyclopedia registry (#382, #392) --- src/xrGame/Actor_Network.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xrGame/Actor_Network.cpp b/src/xrGame/Actor_Network.cpp index ff4847b64ff..0d5e95cd7a3 100644 --- a/src/xrGame/Actor_Network.cpp +++ b/src/xrGame/Actor_Network.cpp @@ -572,7 +572,8 @@ bool CActor::net_Spawn(CSE_Abstract* DC) m_current_torso.invalidate(); m_current_head.invalidate(); //------------------------------------- - // , + // инициализация реестров, используемых актером + encyclopedia_registry->registry().init(ID()); game_news_registry->registry().init(ID()); if (!CInventoryOwner::net_Spawn(DC))