1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00
This commit is contained in:
AlexVinS 2017-05-27 17:06:36 +03:00
parent 346d2ac588
commit df3574b50f

View File

@ -64,8 +64,10 @@ void CHeroArtPlace::lockSlot(bool on)
if (on)
image->setFrame(ArtifactID::ART_LOCK);
else
else if (ourArt)
image->setFrame(ourArt->artType->iconIndex);
else
image->setFrame(0);
}
void CHeroArtPlace::pickSlot(bool on)