Ticket #3170: 3170.diff

File 3170.diff, 642 bytes (added by Stan, 9 years ago)

Fexor's fix, I tested it on various settings including the ones above, and I cannot reproduce the bug anymore.

  • binaries/data/mods/public/maps/random/aegean_sea.js

     
    311311//create the undersea bumps
    312312log("Creating undersea bumps...");
    313313placer = new ChainPlacer(1, floor(scaleByMapSize(4, 6)), floor(scaleByMapSize(16, 40)), 0.5);
    314 painter = new SmoothElevationPainter(ELEVATION_SET, -1.6, 3);
     314painter = new SmoothElevationPainter(ELEVATION_SET, -2.5, 3);
    315315createAreas(
    316316    placer,
    317317    [painter, paintClass(clCorals)],