1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

* fixed selecting new path

* always restoring default cursor when movng mouse out of the terrain
* fixed herolist scrolling
* fixed picking guarded resources
This commit is contained in:
Michał W. Urbańczyk
2009-05-01 22:08:03 +00:00
parent e10ab66631
commit 1661da2fcb
4 changed files with 30 additions and 42 deletions

View File

@ -1658,7 +1658,7 @@ void CGResource::onHeroVisit( const CGHeroInstance * h ) const
}
else
{
fightForRes(0,h);
fightForRes(1,h);
}
}
else