Another COpyPaste Error
Fixes CID 70461
This commit is contained in:
parent
bfc485bfe2
commit
64697f0cab
@ -332,7 +332,7 @@ void cChunkDesc::ReadBlockArea(cBlockArea & a_Dest, int a_MinRelX, int a_MaxRelX
|
|||||||
LOGWARNING("%s: MaxRelZ less than zero, adjusting to zero", __FUNCTION__);
|
LOGWARNING("%s: MaxRelZ less than zero, adjusting to zero", __FUNCTION__);
|
||||||
a_MaxRelZ = 0;
|
a_MaxRelZ = 0;
|
||||||
}
|
}
|
||||||
else if (a_MinRelZ >= cChunkDef::Width)
|
else if (a_MaxRelZ >= cChunkDef::Width)
|
||||||
{
|
{
|
||||||
LOGWARNING("%s: MaxRelZ more than chunk width, adjusting to chunk width", __FUNCTION__);
|
LOGWARNING("%s: MaxRelZ more than chunk width, adjusting to chunk width", __FUNCTION__);
|
||||||
a_MaxRelZ = cChunkDef::Width - 1;
|
a_MaxRelZ = cChunkDef::Width - 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user