1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-27 00:41:08 +02:00

Half-done Altar of Sacrifice. (Sacrificing creatures should work)

This commit is contained in:
Michał W. Urbańczyk
2010-07-20 06:05:45 +00:00
parent 7afc478ff4
commit cedf6d812c
14 changed files with 885 additions and 345 deletions

View File

@ -520,7 +520,7 @@ void CSlider::moveTo(int to)
void CSlider::clickLeft(tribool down, bool previousState)
{
if(down)
if(down && !slider->blocked)
{
float pw = 0;
float rw = 0;