Browse Source

Another fix for previous commit.

DjWarmonger 14 years ago
parent
commit
37cd2b7394
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/map.cpp

+ 1 - 1
lib/map.cpp

@@ -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
 	}