mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Implemented Summon Boat spell.
This commit is contained in:
@ -511,5 +511,11 @@ void CClient::handlePack( CPack * pack )
|
||||
delete pack;
|
||||
}
|
||||
|
||||
void CClient::updatePaths()
|
||||
{
|
||||
const CGHeroInstance *h = getHero(getSelectedHero());
|
||||
if (h)//if we have selected hero...
|
||||
gs->calculatePaths(h, *pathInfo);
|
||||
}
|
||||
template void CClient::serialize( CISer<CLoadFile> &h, const int version );
|
||||
template void CClient::serialize( COSer<CSaveFile> &h, const int version );
|
||||
|
Reference in New Issue
Block a user