1
0

Renamed cChunkBuffer to cChunkData

This commit is contained in:
Tycho
2014-05-21 19:58:48 +01:00
parent cdd3d11496
commit 024027db89
15 changed files with 87 additions and 87 deletions

View File

@@ -9,7 +9,7 @@
#include "OSSupport/GZipFile.h"
#include "Blocks/BlockHandler.h"
#include "Cuboid.h"
#include "ChunkBuffer.h"
#include "ChunkData.h"
@@ -1835,7 +1835,7 @@ bool cBlockArea::cChunkReader::Coords(int a_ChunkX, int a_ChunkZ)
void cBlockArea::cChunkReader::ChunkBuffer(const cChunkBuffer & a_BlockBuffer)
void cBlockArea::cChunkReader::ChunkData(const cChunkData & a_BlockBuffer)
{
{
if (!(m_Area.m_BlockTypes == NULL))