Got rid of yet another unused variable.
This commit is contained in:
parent
c1880e1162
commit
9ac95fc24a
@ -324,7 +324,6 @@ void cCaveTunnel::FinishLinear(void)
|
||||
int sx = (PrevX < x1) ? 1 : -1;
|
||||
int sy = (PrevY < y1) ? 1 : -1;
|
||||
int sz = (PrevZ < z1) ? 1 : -1;
|
||||
int err = dx - dz;
|
||||
int R = itr->m_Radius;
|
||||
|
||||
if (dx >= std::max(dy, dz)) // x dominant
|
||||
|
Loading…
Reference in New Issue
Block a user