diff options
Diffstat (limited to 'src/Chunk.h')
-rw-r--r-- | src/Chunk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Chunk.h b/src/Chunk.h index b8c9b75ae..9178c6f1b 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -552,7 +552,7 @@ private: /** Checks the block scheduled for checking in m_ToTickBlocks[] */ void CheckBlocks(); - /** Ticks several random blocks in the chunk */ + /** Ticks several random blocks in the chunk. */ void TickBlocks(void); /** Adds snow to the top of snowy biomes and hydrates farmland / fills cauldrons in rainy biomes */ |