1
0

Fixed bad comment

This commit is contained in:
Tycho 2014-04-27 08:14:56 -07:00
parent d412630904
commit 6f1fea759e

View File

@ -1911,7 +1911,7 @@ bool cBlockArea::cChunkReader::Coords(int a_ChunkX, int a_ChunkZ)
void cBlockArea::cChunkReader::ChunkBuffer(const cChunkBuffer & a_BlockBuffer)
{
{ // BlockTypes
{
if (!(m_Area.m_BlockTypes == NULL))
{
int SizeY = m_Area.m_Size.y;