浏览代码

Better fix for #128

DjWarmonger 14 年之前
父节点
当前提交
60ee0e1a3c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/map.cpp

+ 1 - 1
lib/map.cpp

@@ -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) 
 		{