1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Add documentation for map block format 27 (#5576)

This commit is contained in:
Dániel Juhász 2017-04-13 10:19:46 +02:00 committed by Loïc Blot
parent 8bdf9a44c6
commit 021e667511
2 changed files with 33 additions and 10 deletions

View file

@ -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;