1
0

Merge pull request #1351 from LO1ZB/remove-a_RelY

remove y-coord from chunks
This commit is contained in:
Mattes D
2014-09-03 21:47:00 +02:00
18 changed files with 237 additions and 230 deletions

View File

@@ -209,7 +209,7 @@ public:
// tolua_end
/** Returns true if the client wants the chunk specified to be sent (in m_ChunksToSend) */
bool WantsSendChunk(int a_ChunkX, int a_ChunkY, int a_ChunkZ);
bool WantsSendChunk(int a_ChunkX, int a_ChunkZ);
/** Adds the chunk specified to the list of chunks wanted for sending (m_ChunksToSend) */
void AddWantedChunk(int a_ChunkX, int a_ChunkZ);