mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Another fix for previous commit.
This commit is contained in:
parent
bdce46ab60
commit
37cd2b7394
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user