1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-13 01:20:34 +02:00

* fixed #863 — all members of team will receive notification about FoW change

* fixed #486 
* removed reference to a deleted file from lib VC project file
This commit is contained in:
Michał W. Urbańczyk
2012-02-20 21:01:54 +00:00
parent 386ac80cf9
commit 5afa5cfb54
3 changed files with 13 additions and 10 deletions

View File

@ -132,8 +132,8 @@ void CDefObjInfoHandler::load()
if(i)
{
gobjs[124][i] = new CGDefInfo(*gobjs[124][0]);
gobjs[124][i]->name = holeDefs[i];
}
gobjs[124][i]->name = holeDefs[i];
}
}