File diff r5592:903c7b1ef88c → r5593:14e2ddedbdbe
src/heightmap.cpp
Show inline comments
 
@@ -249,7 +249,7 @@ static bool ReadHeightmapBMP(char *filen
 
			return false;
 
		}
 

	
 
		MallocT(map, info.width * info.height);
 
		MallocT(/* NO & */map, info.width * info.height);
 
		if (*map == NULL) {
 
			ShowErrorMessage(STR_PNGMAP_ERR_MISC, STR_BMPMAP_ERROR, 0, 0);
 
			fclose(f);