Skip to content

Commit f72d939

Browse files
committed
xrGame/Actor_Network.cpp: init encyclopedia registry (#382, #392)
1 parent 0b79e26 commit f72d939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/xrGame/Actor_Network.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,8 @@ bool CActor::net_Spawn(CSE_Abstract* DC)
572572
m_current_torso.invalidate();
573573
m_current_head.invalidate();
574574
//-------------------------------------
575-
// ,
575+
// инициализация реестров, используемых актером
576+
encyclopedia_registry->registry().init(ID());
576577
game_news_registry->registry().init(ID());
577578

578579
if (!CInventoryOwner::net_Spawn(DC))

0 commit comments

Comments
 (0)