Skip to content

Commit

Permalink
xrGame/Actor_Network.cpp: init encyclopedia registry (OpenXRay#382, O…
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored and antoncxx committed Mar 3, 2024
1 parent 3b518f1 commit 7a82728
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xrGame/Actor_Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 7a82728

Please sign in to comment.