diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-02-03 21:26:17 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-02-03 21:26:17 +0100 |
commit | 80807eec2cc1c497c4766a0c7cddb9c3ddc29e45 (patch) | |
tree | 4655d0f74ce54797b73e4863c2df30134ea74763 /src/Generating/ChunkDesc.h | |
parent | Merge pull request #623 from mc-server/tnt (diff) | |
download | cuberite-80807eec2cc1c497c4766a0c7cddb9c3ddc29e45.tar cuberite-80807eec2cc1c497c4766a0c7cddb9c3ddc29e45.tar.gz cuberite-80807eec2cc1c497c4766a0c7cddb9c3ddc29e45.tar.bz2 cuberite-80807eec2cc1c497c4766a0c7cddb9c3ddc29e45.tar.lz cuberite-80807eec2cc1c497c4766a0c7cddb9c3ddc29e45.tar.xz cuberite-80807eec2cc1c497c4766a0c7cddb9c3ddc29e45.tar.zst cuberite-80807eec2cc1c497c4766a0c7cddb9c3ddc29e45.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 |