1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

- spellbook fix (#1110)

- possible fix for kingdom overview (#1109)
- tweaks for recruit window (part of #1113)
This commit is contained in:
Ivan Savenko
2012-09-30 10:35:17 +00:00
parent 7dc3e98c25
commit 07f9cb16c5
7 changed files with 30 additions and 12 deletions

View File

@ -6643,7 +6643,7 @@ void CGShipyard::onHeroVisit( const CGHeroInstance * h ) const
cb->setOwner(id, h->tempOwner);
auto s = state();
if(s == IBoatGenerator::GOOD)
if(s != IBoatGenerator::GOOD)
{
InfoWindow iw;
iw.player = tempOwner;