Changement dans le chunk a ajout des arbes avec le seed.
This commit is contained in:
@@ -27,7 +27,7 @@ class Chunk {
|
||||
BlockType GetBlock(int x, int y, int z);
|
||||
void CheckNeighbors(unsigned int x, unsigned int z, World* world);
|
||||
void GetPosition(unsigned int& x, unsigned int& y) const;
|
||||
|
||||
void PlaceTree(int x, int y, int z, int height,int valeurRnd);
|
||||
bool IsDirty() const;
|
||||
void MakeDirty();
|
||||
void MakeClean();
|
||||
|
Reference in New Issue
Block a user