1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00
Version bumped.
This commit is contained in:
Michał W. Urbańczyk
2010-06-24 12:10:45 +00:00
parent 53d4b51b26
commit e2fd2bbe04
3 changed files with 4 additions and 2 deletions

View File

@@ -745,6 +745,8 @@ void CenterView::applyCl(CClient *cl)
void NewObject::applyCl(CClient *cl)
{
cl->updatePaths();
const CGObjectInstance *obj = cl->getObj(id);
//notify interfaces about move
for(std::map<ui8, CGameInterface*>::iterator i=cl->playerint.begin();i!=cl->playerint.end();i++)