summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-03 23:42:31 +0100
committerMattes D <github@xoft.cz>2014-02-03 23:42:31 +0100
commit41b8315f534ae5888a08d0f3c0985e43e39be350 (patch)
tree0b6ecf1963f6e5b37aa1746d905fee80751b9c23 /src/World.h
parentMerge pull request #633 from mc-server/More_Sideways_Blocks (diff)
parentFogot to save Biogen (diff)
downloadcuberite-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 'src/World.h')
-rw-r--r--src/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h
index bf6a4ba28..afdc09788 100644
--- a/src/World.h
+++ b/src/World.h
@@ -526,7 +526,7 @@ public:
void GrowSugarcane(int a_BlockX, int a_BlockY, int a_BlockZ, int a_NumBlocksToGrow);
/** Returns the biome at the specified coords. Reads the biome from the chunk, if loaded, otherwise uses the world generator to provide the biome value */
- int GetBiomeAt(int a_BlockX, int a_BlockZ);
+ EMCSBiome GetBiomeAt(int a_BlockX, int a_BlockZ);
/** Returns the name of the world */
const AString & GetName(void) const { return m_WorldName; }