Comparators

This commit is contained in:
Tiger Wang
2015-06-06 12:21:09 +01:00
parent a54fa15bc6
commit de5b1401f8
7 changed files with 286 additions and 82 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ public:
BLOCKTYPE GetBlockType(void) const { return m_BlockType; }
cWorld * GetWorld(void) const {return m_World; }
cWorld * GetWorld(void) const { return m_World; }
int GetChunkX(void) const { return FAST_FLOOR_DIV(m_PosX, cChunkDef::Width); }
int GetChunkZ(void) const { return FAST_FLOOR_DIV(m_PosZ, cChunkDef::Width); }