1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Video working with 32 bpp. Proper loading of hero on boat. Fixed problems with newly recruited hero blockvis info. Fixed possible crashes.

This commit is contained in:
Michał W. Urbańczyk
2009-08-01 10:08:16 +00:00
parent 3cdff92e42
commit 1f75aeaf34
9 changed files with 113 additions and 42 deletions

View File

@@ -244,6 +244,7 @@ void HeroRecruited::applyCl( CClient *cl )
}
CGI->mh->initHeroDef(h);
CGI->mh->printObject(h);
if(vstd::contains(cl->playerint,h->tempOwner))
{
cl->playerint[h->tempOwner]->heroCreated(h);