summaryrefslogtreecommitdiffstats
path: root/src/Blocks
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks')
-rw-r--r--src/Blocks/BlockSponge.h2
-rw-r--r--src/Blocks/CMakeLists.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Blocks/BlockSponge.h b/src/Blocks/BlockSponge.h
index 7df5d69ff..41102f148 100644
--- a/src/Blocks/BlockSponge.h
+++ b/src/Blocks/BlockSponge.h
@@ -113,7 +113,7 @@ public:
if (seed.m_Depth > 0)
{
// If this block was water, and we haven't yet gone too far away,
- // add itÅ› neighbors to the queue to check.
+ // add its neighbors to the queue to check.
for (unsigned int i = 0; i < 6; i++)
{
Seeds.emplace(checkRel + WaterCheck[i], seed.m_Depth - 1);
diff --git a/src/Blocks/CMakeLists.txt b/src/Blocks/CMakeLists.txt
index ae451a3ad..24d0a20a6 100644
--- a/src/Blocks/CMakeLists.txt
+++ b/src/Blocks/CMakeLists.txt
@@ -84,6 +84,7 @@ SET (HDRS
BlockSignPost.h
BlockSlab.h
BlockSnow.h
+ BlockSponge.h
BlockStairs.h
BlockStems.h
BlockStone.h