summaryrefslogtreecommitdiffstats
path: root/src/BiomeDef.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-07-19 15:23:40 +0200
committermadmaxoft <github@xoft.cz>2014-07-19 15:23:40 +0200
commit08748bafe26145cd61a179abd131a9dba6065450 (patch)
tree3e69eef8ca94d13b565da38b11699af2d4590e02 /src/BiomeDef.cpp
parentCheckBasicStyle: Check spaces around commas. (diff)
downloadcuberite-08748bafe26145cd61a179abd131a9dba6065450.tar
cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.gz
cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.bz2
cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.lz
cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.xz
cuberite-08748bafe26145cd61a179abd131a9dba6065450.tar.zst
cuberite-08748bafe26145cd61a179abd131a9dba6065450.zip
Diffstat (limited to 'src/BiomeDef.cpp')
-rw-r--r--src/BiomeDef.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BiomeDef.cpp b/src/BiomeDef.cpp
index d680377e2..02f8c2232 100644
--- a/src/BiomeDef.cpp
+++ b/src/BiomeDef.cpp
@@ -10,7 +10,8 @@
// The "map" used for biome <-> string conversions:
-static struct {
+static struct
+{
EMCSBiome m_Biome;
const char * m_String;
} g_BiomeMap[] =