diff options
author | Mattes D <github@xoft.cz> | 2014-02-03 23:42:31 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-02-03 23:42:31 +0100 |
commit | 41b8315f534ae5888a08d0f3c0985e43e39be350 (patch) | |
tree | 0b6ecf1963f6e5b37aa1746d905fee80751b9c23 /src/Generating/ChunkDesc.h | |
parent | Merge pull request #633 from mc-server/More_Sideways_Blocks (diff) | |
parent | Fogot to save Biogen (diff) | |
download | cuberite-41b8315f534ae5888a08d0f3c0985e43e39be350.tar cuberite-41b8315f534ae5888a08d0f3c0985e43e39be350.tar.gz cuberite-41b8315f534ae5888a08d0f3c0985e43e39be350.tar.bz2 cuberite-41b8315f534ae5888a08d0f3c0985e43e39be350.tar.lz cuberite-41b8315f534ae5888a08d0f3c0985e43e39be350.tar.xz cuberite-41b8315f534ae5888a08d0f3c0985e43e39be350.tar.zst cuberite-41b8315f534ae5888a08d0f3c0985e43e39be350.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/ChunkDesc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/ChunkDesc.h b/src/Generating/ChunkDesc.h index e258383d5..8edc2800b 100644 --- a/src/Generating/ChunkDesc.h +++ b/src/Generating/ChunkDesc.h @@ -53,7 +53,7 @@ public: void SetBlockMeta(int a_RelX, int a_RelY, int a_RelZ, NIBBLETYPE a_BlockMeta); NIBBLETYPE GetBlockMeta(int a_RelX, int a_RelY, int a_RelZ); - void SetBiome(int a_RelX, int a_RelZ, int a_BiomeID); + void SetBiome(int a_RelX, int a_RelZ, EMCSBiome a_BiomeID); EMCSBiome GetBiome(int a_RelX, int a_RelZ); // These operate on the heightmap, so they could get out of sync with the data |