1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00
This commit is contained in:
SoundSSGood 2024-06-05 09:52:16 +03:00
parent 2288acef69
commit a7239a6fcc

View File

@ -251,7 +251,7 @@ CExchangeWindow::CExchangeWindow(ObjectInstanceID hero1, ObjectInstanceID hero2,
}
}
CWindowWithArtifacts::update();
CExchangeWindow::update();
}
void CExchangeWindow::moveArtifactsCallback(bool leftToRight)
@ -355,6 +355,8 @@ void CExchangeWindow::questLogShortcut()
void CExchangeWindow::update()
{
CWindowWithArtifacts::update();
for(size_t leftRight : {0, 1})
{
const CGHeroInstance * hero = heroInst.at(leftRight);