From 021e667511658fdafcece72315f0f71bb26c6c68 Mon Sep 17 00:00:00 2001 From: Dániel Juhász Date: Thu, 13 Apr 2017 10:19:46 +0200 Subject: Add documentation for map block format 27 (#5576) --- src/mapblock.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/mapblock.h b/src/mapblock.h index c48f337e0..7ff613fe8 100644 --- a/src/mapblock.h +++ b/src/mapblock.h @@ -633,9 +633,10 @@ private: /*! * Each bit indicates if light spreading was finished * in a direction. (Because the neighbor could also be unloaded.) - * Bits: day X+, day Y+, day Z+, day Z-, day Y-, day X-, - * night X+, night Y+, night Z+, night Z-, night Y-, night X-, - * nothing, nothing, nothing, nothing. + * Bits (most significant first): + * nothing, nothing, nothing, nothing, + * night X-, night Y-, night Z-, night Z+, night Y+, night X+, + * day X-, day Y-, day Z-, day Z+, day Y+, day X+. */ u16 m_lighting_complete; -- cgit v1.2.3