Skip to content

Commit

Permalink
исправлено обновление денег при торговле в мп. Обновление денег в мен…
Browse files Browse the repository at this point in the history
…ю вынесено в апдейт.
  • Loading branch information
kola24511 authored and Drombeys committed Nov 30, 2024
1 parent cfd03fa commit 2a16d9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xrGame/ui/UIActorMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ void CUIActorMenu::Update()
{ // all mode
m_last_time = Device.dwTimeGlobal;
m_ActorStateInfo->UpdateActorInfo( m_pActorInvOwner );

if (!IsGameTypeSingle())
UpdateActorMoneyMP();
}

switch ( m_currMenuMode )
Expand Down

0 comments on commit 2a16d9d

Please sign in to comment.