mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
This commit is contained in:
parent
346d2ac588
commit
df3574b50f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user