From 7abaede2457e494290882d9795873aab2309da65 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 2 Jun 2012 12:19:20 +0000 Subject: Added the Biomal height generator, made it the default height generator. git-svn-id: http://mc-server.googlecode.com/svn/trunk@536 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ChunkDef.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/ChunkDef.h') diff --git a/source/ChunkDef.h b/source/ChunkDef.h index e10d4e892..5bafde4af 100644 --- a/source/ChunkDef.h +++ b/source/ChunkDef.h @@ -85,6 +85,10 @@ enum EMCSBiome biExtremeHillsEdge = 20, biJungle = 21, biJungleHills = 22, + + // Automatically capture the maximum biome value into biMaxBiome: + biNumBiomes, // True number of biomes, since they are zero-based + biMaxBiome = biNumBiomes - 1, // The maximum biome value } ; -- cgit v1.2.3