1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Map handler refactoring, part 2.

This commit is contained in:
AlexVinS
2016-11-08 00:19:53 +03:00
parent aad675a7c4
commit a8a661b159
14 changed files with 841 additions and 879 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)