1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

regression fixed. Artifact assemble dialog shows multiple times.

This commit is contained in:
SoundSSGood
2022-11-07 00:36:13 +02:00
parent a35db9a696
commit 0032947735
5 changed files with 17 additions and 4 deletions

View File

@@ -2591,7 +2591,11 @@ void CPlayerInterface::artifactMoved(const ArtifactLocation &src, const Artifact
if (artWin)
artWin->artifactMoved(src, dst);
}
GH.listInt.back()->redraw();
GH.objsToBlit.back()->redraw();
}
void CPlayerInterface::artifactPossibleAssembling(const ArtifactLocation & dst)
{
askToAssembleArtifact(dst);
}