1
0

Generator: removed rnd definitions that are never read

This commit is contained in:
archshift
2014-07-17 18:34:47 -07:00
parent 5729b9489d
commit 32b25ec7f7
2 changed files with 0 additions and 2 deletions

View File

@@ -484,7 +484,6 @@ void cStructGenLakes::CreateLakeImage(int a_ChunkX, int a_ChunkZ, cBlockArea & a
const int BubbleY = 4 + (Rnd & 0x01); // 4 .. 5
Rnd >>= 1;
const int BubbleZ = BubbleR + (Rnd % Range);
Rnd >>= 4;
const int HalfR = BubbleR / 2; // 1 .. 2
const int RSquared = BubbleR * BubbleR;
for (int y = -HalfR; y <= HalfR; y++)