1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Another fix for previous commit.

This commit is contained in:
DjWarmonger
2011-06-24 17:50:22 +00:00
parent bdce46ab60
commit 37cd2b7394

View File

@@ -981,7 +981,7 @@ void Mapa::readHeader( const unsigned char * bufor, int &i)
allowedArtifact[artifact->id] = false;
}
}
if (version = RoE)
if (version == RoE)
allowedArtifact[128] = false; //Armageddon's Blade
}