mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-27 00:41:08 +02:00
Black Market and Artifact Merchant (only buying artifacts) support.
This commit is contained in:
@ -513,7 +513,9 @@ void CSlider::moveTo(int to)
|
||||
else
|
||||
slider->pos.y = pos.y+16;
|
||||
}
|
||||
moved(to);
|
||||
|
||||
if(moved)
|
||||
moved(to);
|
||||
}
|
||||
|
||||
void CSlider::clickLeft(tribool down, bool previousState)
|
||||
|
Reference in New Issue
Block a user