1
0

Got rid of yet another unused variable.

This commit is contained in:
Alexander Harkness 2013-11-16 18:50:33 +00:00
parent c1880e1162
commit 9ac95fc24a

View File

@ -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