mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-14 02:33:51 +02:00
Hotfix for meeting window.
This commit is contained in:
parent
1c8d909433
commit
0f4478d8cf
@ -5022,6 +5022,7 @@ void CArtifactsOfHero::markPossibleSlots (const CArtifact* art)
|
||||
*/
|
||||
void CArtifactsOfHero::unmarkSlots(bool withRedraw /*= true*/)
|
||||
{
|
||||
if(!commonInfo) return;
|
||||
for (std::set<CArtifactsOfHero *>::iterator it = commonInfo->participants.begin();
|
||||
it != commonInfo->participants.end();
|
||||
++it)
|
||||
@ -5115,7 +5116,6 @@ CArtifactsOfHero::CArtifactsOfHero(const Point &position) :
|
||||
CArtifactsOfHero::~CArtifactsOfHero()
|
||||
{
|
||||
dispose();
|
||||
CGI->curh->dragAndDropCursor(NULL);
|
||||
}
|
||||
|
||||
void CArtifactsOfHero::updateParentWindow()
|
||||
|
Loading…
Reference in New Issue
Block a user