diff options
Diffstat (limited to '')
-rw-r--r-- | src/BiomeDef.cpp | 2 | ||||
-rw-r--r-- | src/BiomeDef.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/BiomeDef.cpp b/src/BiomeDef.cpp index f7f48db9f..f41f4bce4 100644 --- a/src/BiomeDef.cpp +++ b/src/BiomeDef.cpp @@ -128,4 +128,4 @@ bool IsBiomeNoDownfall(EMCSBiome a_Biome) return false; } } -}
\ No newline at end of file +} diff --git a/src/BiomeDef.h b/src/BiomeDef.h index e1c29bc00..df1e387f0 100644 --- a/src/BiomeDef.h +++ b/src/BiomeDef.h @@ -104,4 +104,4 @@ extern EMCSBiome StringToBiome(const AString & a_BiomeString); extern bool IsBiomeNoDownfall(EMCSBiome a_Biome); -// tolua_end
\ No newline at end of file +// tolua_end |