mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
cleanup
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user