1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
This commit is contained in:
AlexVinS
2016-11-06 05:15:31 +03:00
parent 6782136e3e
commit c9a3d92ff3
5 changed files with 7 additions and 26 deletions

View File

@ -369,7 +369,7 @@ void TryMoveHero::applyFirstCl(CClient *cl)
}
if(result == TELEPORTATION || result == EMBARK || result == DISEMBARK || !humanKnows)
CGI->mh->removeObject(h, result == EMBARK && humanKnows);
CGI->mh->hideObject(h, result == EMBARK && humanKnows);
if(result == DISEMBARK)