169170171172173174175176177178179
// what to make? switch (state) { case DEEPSEA: // Oil rigs if (generator.settings.includeBuildings) { platmap.setLot(x, z, new OilPlatformLot(platmap, platmap.originX + x, platmap.originZ + z)); } break; // case SEA: // break; // case BUILDING: