1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

gcc update:

- removed support for 4.6
- compilation fixes for 4.7
This commit is contained in:
Ivan Savenko
2014-05-29 13:42:05 +03:00
parent 2304c33a38
commit 1d17d60449
4 changed files with 6 additions and 13 deletions

View File

@ -332,7 +332,6 @@ void RemoveObject::applyFirstCl( CClient *cl )
CGI->mh->hideObject(o);
int3 pos = o->visitablePos();
//notify interfaces about removal
for(auto i=cl->playerint.begin(); i!=cl->playerint.end(); i++)
{