mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user