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:
@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user