1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
Support for Admiral's Hat
This commit is contained in:
DjWarmonger
2011-06-21 16:00:19 +00:00
parent af8d8cbfc7
commit 5eef9551de
3 changed files with 15 additions and 2 deletions

View File

@ -360,7 +360,9 @@ void TryMoveHero::applyCl( CClient *cl )
const CGHeroInstance *h = cl->getHero(id);
if(result == TELEPORTATION || result == EMBARK || result == DISEMBARK)
{
CGI->mh->printObject(h);
}
if(result == EMBARK)
CGI->mh->hideObject(h->boat);