Changes to mapblock
This commit is contained in:
@@ -13,7 +13,7 @@ class NodeManager
|
||||
int blockX;
|
||||
int blockZ;
|
||||
|
||||
NodeManager(int x, int z)
|
||||
NodeManager()
|
||||
{
|
||||
|
||||
|
||||
@@ -50,6 +50,11 @@ class BlockManager
|
||||
public:
|
||||
NodeManager mapBlocks[8][8]; // 8 x 8 blocks
|
||||
|
||||
BlockManager()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user