1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Better fix for #128

This commit is contained in:
DjWarmonger 2011-06-18 09:48:25 +00:00
parent a497c88bde
commit 60ee0e1a3c

View File

@ -972,7 +972,7 @@ void Mapa::readHeader( const unsigned char * bufor, int &i)
}
}//allowed artifacts have been read
}
else //ban combo artifacts
if (version == RoE || version == AB) //ban combo artifacts
{
BOOST_FOREACH(CArtifact *artifact, VLC->arth->artifacts)
{