Changed pipeline character from >> to |
This commit is contained in:
@@ -943,19 +943,19 @@ public:
|
||||
auto FinalRivers =
|
||||
|
||||
std::make_shared<cIntGenChoice<2, 7>>(a_Seed + 12)
|
||||
>> MakeIntGen<cIntGenZoom <10>>(a_Seed + 11)
|
||||
>> MakeIntGen<cIntGenSmooth<8>>(a_Seed + 6)
|
||||
>> MakeIntGen<cIntGenSmooth<6>>(a_Seed + 5)
|
||||
>> MakeIntGen<cIntGenZoom <8>>(a_Seed + 10)
|
||||
>> MakeIntGen<cIntGenSmooth<6>>(a_Seed + 5)
|
||||
>> MakeIntGen<cIntGenZoom <8>>(a_Seed + 9)
|
||||
>> MakeIntGen<cIntGenSmooth<6>>(a_Seed + 5)
|
||||
>> MakeIntGen<cIntGenZoom <8>>(a_Seed + 8)
|
||||
>> MakeIntGen<cIntGenSmooth<6>>(a_Seed + 5)
|
||||
>> MakeIntGen<cIntGenZoom <9>>(a_Seed + 4)
|
||||
>> MakeIntGen<cIntGenRiver <7>>(a_Seed + 3)
|
||||
>> MakeIntGen<cIntGenZoom <10>>(a_Seed + 2)
|
||||
>> MakeIntGen<cIntGenSmooth<8>>(a_Seed + 1);
|
||||
| MakeIntGen<cIntGenZoom <10>>(a_Seed + 11)
|
||||
| MakeIntGen<cIntGenSmooth<8>>(a_Seed + 6)
|
||||
| MakeIntGen<cIntGenSmooth<6>>(a_Seed + 5)
|
||||
| MakeIntGen<cIntGenZoom <8>>(a_Seed + 10)
|
||||
| MakeIntGen<cIntGenSmooth<6>>(a_Seed + 5)
|
||||
| MakeIntGen<cIntGenZoom <8>>(a_Seed + 9)
|
||||
| MakeIntGen<cIntGenSmooth<6>>(a_Seed + 5)
|
||||
| MakeIntGen<cIntGenZoom <8>>(a_Seed + 8)
|
||||
| MakeIntGen<cIntGenSmooth<6>>(a_Seed + 5)
|
||||
| MakeIntGen<cIntGenZoom <9>>(a_Seed + 4)
|
||||
| MakeIntGen<cIntGenRiver <7>>(a_Seed + 3)
|
||||
| MakeIntGen<cIntGenZoom <10>>(a_Seed + 2)
|
||||
| MakeIntGen<cIntGenSmooth<8>>(a_Seed + 1);
|
||||
|
||||
auto alteration =
|
||||
std::make_shared<cIntGenZoom <8>>(a_Seed,
|
||||
@@ -1001,7 +1001,7 @@ public:
|
||||
std::make_shared<cIntGenAddIslands <6>> (a_Seed + 2000, 200,
|
||||
std::make_shared<cIntGenSetRandomly <6>> (a_Seed + 9, 50, bgOcean,
|
||||
std::make_shared<cIntGenLandOcean <5>> (a_Seed + 100, 30)
|
||||
>> MakeIntGen<cIntGenZoom <6>> (a_Seed + 10)
|
||||
| MakeIntGen<cIntGenZoom <6>> (a_Seed + 10)
|
||||
)))))))))))))))))))))))))))));
|
||||
|
||||
m_Gen =
|
||||
|
||||
Reference in New Issue
Block a user